d3ef44bc by Adam Heath

s/entrypoint.sh/entrypoint/

1 parent e0c225a7
...@@ -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;"]
......