Entrypoint is /entrypoint.sh now

This commit is contained in:
Alexander Trost
2017-03-21 13:07:46 +01:00
parent c06dba2a06
commit 336804e354

View File

@@ -40,5 +40,5 @@ RUN chown zulip:zulip /opt/createZulipAdmin.sh
VOLUME ["$DATA_DIR"] VOLUME ["$DATA_DIR"]
EXPOSE 80 443 EXPOSE 80 443
ENTRYPOINT ["/sbin/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["app:run"] CMD ["app:run"]