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