Genzo1010 commited on
Commit
3556ded
·
verified ·
1 Parent(s): 6dc5624

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,5 +16,7 @@ COPY . .
16
  # Expose the port that the FastAPI app will run on
17
  EXPOSE 8000
18
 
 
 
19
  # Command to run the FastAPI app using Uvicorn
20
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
  # Expose the port that the FastAPI app will run on
17
  EXPOSE 8000
18
 
19
+ ##
20
+
21
  # Command to run the FastAPI app using Uvicorn
22
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]