Fix Dockerfile. Add mobile icon

This commit is contained in:
Ettore
2026-05-06 14:13:36 +02:00
parent 89e5c1ac7e
commit 84a6633542
4 changed files with 64 additions and 5 deletions

View File

@@ -24,4 +24,4 @@ RUN mkdir -p data
EXPOSE $APP_PORT
# Run the application
CMD ["python", "-m", "uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "$APP_PORT"]
CMD python -m uvicorn src.main:app --host 0.0.0.0 --port $APP_PORT