diff --git a/Dockerfile b/Dockerfile index 39547c11..28c46c56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]