mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 14:03:25 +00:00
Entrypoint is /entrypoint.sh now
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user