fix: correct application import path in Dockerfile CMD
This commit is contained in:
@@ -52,4 +52,4 @@ USER appuser
|
||||
EXPOSE 7090
|
||||
|
||||
# Run Django with uvicorn
|
||||
CMD ["uvicorn", "MPM:application", "--host", "0.0.0.0", "--port", "7090"]
|
||||
CMD ["uvicorn", "MPM.asgi:application", "--host", "0.0.0.0", "--port", "7090"]
|
||||
|
||||
Reference in New Issue
Block a user