diff --git a/Dockerfile b/Dockerfile index 35af75b..df18918 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ RUN pip install --no-cache-dir -r requirements.txt # Make sure run script is executable RUN chmod +rxxx ./run.sh -CMD sh run.sh \ No newline at end of file +CMD ["sh","./run.sh"] \ No newline at end of file