diff --git a/Dockerfile b/Dockerfile index 202d7c8..5825fcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,6 @@ RUN pip install --no-cache-dir -r /app/requirements.txt #Start Container RUN chmod +x /app/start.sh -CMD ["/app/start.sh"] +CMD ["/bin/bash","/app/start.sh"] WORKDIR /app