diff --git a/Dockerfile b/Dockerfile index ab509f1..86f95b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,11 @@ COPY . . COPY docker-entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh + +RUN chmod -R 777 /app + ENTRYPOINT ["/entrypoint.sh"] + # Specify default command CMD ["python", "app.py"]