Refactoring and bug fixes
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s
This commit is contained in:
@@ -26,6 +26,6 @@ COPY data/ ./data/
|
||||
# Expose the application port
|
||||
EXPOSE 80
|
||||
|
||||
# Run the application
|
||||
CMD ["uvicorn", "backend.app:app", "--host", "0.0.0.0", "--port", "80"]
|
||||
# Run the application (using module import)
|
||||
CMD ["python", "-m", "uvicorn", "backend.app:app", "--host", "0.0.0.0", "--port", "80"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user