From 92f1f196bba6421863f8a2a67070823f53ba7b87 Mon Sep 17 00:00:00 2001 From: Evgenij Date: Mon, 27 Jan 2020 22:38:47 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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"]