Fixing error on device

This commit is contained in:
2025-10-04 23:59:50 +02:00
parent e25d517006
commit 9c227cc320
3 changed files with 43 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
FROM python:3.11-slim
# Set maintainer
LABEL maintainer="your-email@example.com"
LABEL maintainer="fuh@fuhlig.de"
LABEL description="PY_ChatBot - Modern Flask-based Chatbot Application"
# Set environment variables
@@ -57,4 +57,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \
ENTRYPOINT ["docker-entrypoint.sh"]
# Default command
CMD ["python", "main.py"]
CMD ["python", "main.py"]