Spaces:
Sleeping
Sleeping
unicorv
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -41,5 +41,4 @@ EXPOSE 80
|
|
41 |
ENV NAME World
|
42 |
|
43 |
# Command to run on container start
|
44 |
-
CMD ["
|
45 |
-
#CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
41 |
ENV NAME World
|
42 |
|
43 |
# Command to run on container start
|
44 |
+
CMD ["uvicorn", "librarymed/main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|