From f7563615214eae936f8da33a3edbb18bc424aac6 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 8 Jul 2023 00:18:05 +0100 Subject: [PATCH] no idea if this will work --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4dfbb08..551911c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ COPY ./upload.php /tmp/upload.php COPY ./docker/start.sh /start.sh # Start server -CMD ["bash", "/start.sh"] \ No newline at end of file +CMD ["sh", "/start.sh"] \ No newline at end of file