Spaces:
Sleeping
Sleeping
updated dockerfile
Browse files- 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"]
|