add comic artist details page

This commit is contained in:
Thomas Peetz
2025-04-27 14:52:07 +02:00
parent 8ec0784490
commit f5f673fd4e
4 changed files with 54 additions and 4 deletions
+1 -1
View File
@@ -51,5 +51,5 @@ ENV PATH="/app/.venv/bin:$PATH"
EXPOSE $PORT
# Start the application with Uvicorn in production mode, using environment variable references
CMD ["uvicorn", "src.main:app", "--log-level", "info", "--host", "0.0.0.0" , "--port", "8800"]
CMD ["uvicorn", "src.main:kontor", "--log-level", "info", "--host", "0.0.0.0" , "--port", "8800"]