Change entrypoint directory
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
76c9d47502
commit
093700b621
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# ---> Linux
|
# ---> Linux
|
||||||
*~
|
*~
|
||||||
|
.idea/
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||||
.fuse_hidden*
|
.fuse_hidden*
|
||||||
@ -46,7 +47,8 @@ $RECYCLE.BIN/
|
|||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
@ -136,10 +136,10 @@ RUN sed -i 's,listen 80;,listen 8080;,' /etc/nginx/conf.d/default.co
|
|||||||
&& chown -R $UID:0 /etc/nginx \
|
&& chown -R $UID:0 /etc/nginx \
|
||||||
&& chmod -R g+w /etc/nginx
|
&& chmod -R g+w /etc/nginx
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /
|
COPY 1.21/docker-entrypoint.sh /
|
||||||
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
COPY 1.21/10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
||||||
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d
|
COPY 1.21/20-envsubst-on-templates.sh /docker-entrypoint.d
|
||||||
COPY 30-tune-worker-processes.sh /docker-entrypoint.d
|
COPY 1.21/30-tune-worker-processes.sh /docker-entrypoint.d
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user