add comic artist details page
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user