frasan commited on
Commit
31daa7c
·
1 Parent(s): 8ef5a0f

updated dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -42,3 +42,4 @@ ENV NAME World
42
 
43
  # Command to run on container start
44
  CMD ["python", "librarymed/main.py"]
 
 
42
 
43
  # Command to run on container start
44
  CMD ["python", "librarymed/main.py"]
45
+ #CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]