Update Dockerfile

This commit is contained in:
2025-04-21 14:16:15 +02:00
parent 1ccb4b4732
commit 8954c11d29

View File

@@ -23,7 +23,11 @@ COPY . .
COPY docker-entrypoint.sh /entrypoint.sh COPY docker-entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
RUN chmod -R 777 /app
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
# Specify default command # Specify default command
CMD ["python", "app.py"] CMD ["python", "app.py"]