Merge pull request #47 from miend/master

Issue #45: Rename the entrypoint script to make it a bit cleaner.
This commit is contained in:
Samuel Laulhau
2017-02-15 21:35:43 +01:00
committed by GitHub
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"]