Skip to content

Commit

Permalink
build: fix ref to container entrypoint for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 5, 2023
1 parent b85de55 commit 4decb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ COPY templates/cert-init/fmtm.conf.template \

FROM base as certs-init-development
# Replace existing /docker-entrypoint.sh
COPY 100-renew-certs.sh /docker-entrypoint.sh
COPY container-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
COPY templates/cert-init/fmtm.conf.template \
templates/cert-init/api.conf.template \
Expand Down

0 comments on commit 4decb8e

Please sign in to comment.