d3ef44bc by Adam Heath

s/entrypoint.sh/entrypoint/

1 parent e0c225a7
......@@ -5,5 +5,5 @@ ARG NGINX_EXTRA_PACKAGES
COPY files/ /tmp/files/
RUN /tmp/files/configure
ENTRYPOINT ["/sbin/entrypoint.sh"]
ENTRYPOINT ["/sbin/entrypoint"]
CMD ["nginx", "-g", "daemon off;"]
......