From ca12ac58c2a16a74f1cc842d52cf6f7ca17b4843 Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Sun, 7 Jun 2020 18:21:45 +0200 Subject: [PATCH] change dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92e1363..be892d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY start.php /root/start.php RUN chmod +x start.sh -CMD start.sh \ No newline at end of file +CMD bash start.sh \ No newline at end of file