diff --git a/Dockerfile b/Dockerfile index 32522bf..6a4caff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,7 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt COPY . /app # Make start.sh executable -COPY start.sh . -RUN chmod +x ./start.sh +RUN chmod +x /app/start.sh # Expose the port the app runs on EXPOSE 1986