Rename the entrypoint script to make it a bit cleaner.

This commit is contained in:
miend
2017-02-15 12:19:17 -06:00
parent 0f114b8827
commit f3811ef09b
2 changed files with 1 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ VOLUME /var/www/app/public
WORKDIR /var/www/app
COPY app-entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]