pragunk commited on
Commit
1a32cbc
·
verified ·
1 Parent(s): b4c4002

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ COPY . .
9
  EXPOSE 7860
10
 
11
  # Run the FastAPI server
12
- CMD ["server"]
 
9
  EXPOSE 7860
10
 
11
  # Run the FastAPI server
12
+ CMD ["python", "-m", "server.app"]