This commit is contained in:
parent
57122058ff
commit
f323704d29
@ -142,6 +142,8 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
|
|||||||
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
||||||
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d
|
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d
|
||||||
COPY 30-tune-worker-processes.sh /docker-entrypoint.d
|
COPY 30-tune-worker-processes.sh /docker-entrypoint.d
|
||||||
|
|
||||||
|
RUN chmod +x /docker-entrypoint.sh
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user