s/entrypoint.sh/entrypoint/
Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -5,5 +5,5 @@ ARG NGINX_EXTRA_PACKAGES | ... | @@ -5,5 +5,5 @@ ARG NGINX_EXTRA_PACKAGES |
5 | COPY files/ /tmp/files/ | 5 | COPY files/ /tmp/files/ |
6 | RUN /tmp/files/configure | 6 | RUN /tmp/files/configure |
7 | 7 | ||
8 | ENTRYPOINT ["/sbin/entrypoint.sh"] | 8 | ENTRYPOINT ["/sbin/entrypoint"] |
9 | CMD ["nginx", "-g", "daemon off;"] | 9 | CMD ["nginx", "-g", "daemon off;"] | ... | ... |
-
Please register or sign in to post a comment