Added missing new line at EOF. (firefly-iii/firefly-iii#1443)

This commit is contained in:
Kevin Hellemun 2018-05-25 10:07:09 +02:00
parent 896a804a72
commit 97dcf03334
No known key found for this signature in database
GPG Key ID: 5AEABD8874D85E2E

View File

@ -59,4 +59,5 @@ RUN composer install --prefer-dist --no-dev --no-scripts --no-suggest
EXPOSE 80
# Run entrypoint thing
ENTRYPOINT [".deploy/docker/entrypoint.sh"]
ENTRYPOINT [".deploy/docker/entrypoint.sh"]