Renamed the entrypoint

This commit is contained in:
Alexander Trost
2017-04-17 18:26:51 +02:00
parent a56798db05
commit c58f94789c
2 changed files with 1 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ RUN apt-get -q update && \
COPY includes/supervisor/conf.d/zulip_postsetup.conf /etc/supervisor/conf.d/zulip_postsetup.conf
COPY includes/createZulipAdmin.sh /opt/createZulipAdmin.sh
COPY docker-entrypoint.sh /sbin/entrypoint.sh
COPY entrypoint.sh /sbin/entrypoint.sh
RUN chown zulip:zulip /opt/createZulipAdmin.sh