Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -78,4 +78,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
78
 
79
  # Run the FastAPI server
80
  # The module path is constructed to work with the /app/env structure
81
- CMD ["sh", "-c", "cd /app/env && uvicorn server.app:app --host 0.0.0.0 --port 8000"]
 
78
 
79
  # Run the FastAPI server
80
  # The module path is constructed to work with the /app/env structure
81
+ CMD ["sh", "-c", "cd /app/env && uvicorn server.app:app --host 0.0.0.0 --port 8000"]