Update Dockerfile

This commit is contained in:
Evgenij
2020-01-27 22:38:47 +03:00
committed by GitHub
parent ee14070a7b
commit 92f1f196bb

View File

@ -48,8 +48,6 @@ RUN touch database/database.sqlite && \
chmod -R 775 storage/logs/ && \
chmod -R 775 bootstrap/cache/
# Fix for https://github.com/bytefury/crater/issues/69
EXPOSE 9000
CMD ["php-fpm", "--nodaemonize"]