renaming start script

This commit is contained in:
Diego Lendoiro 2017-04-27 10:42:55 +01:00
parent 3bd50c3bd3
commit 53646b4b01
2 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ RUN mkdir /var/www/passbolt && curl -sSL $PASSBOLT_URL | \
chmod +w /var/www/passbolt/app/webroot/img/public chmod +w /var/www/passbolt/app/webroot/img/public
COPY conf/passbolt.conf /etc/nginx/conf.d/default.conf COPY conf/passbolt.conf /etc/nginx/conf.d/default.conf
COPY bin/passbolt_start.sh /passbolt_start.sh COPY bin/docker-entrypoint.sh /docker-entrypoint.sh
EXPOSE 80 443 EXPOSE 80 443
CMD ["/passbolt_start.sh"] CMD ["/docker-entrypoint.sh"]