Spaces:
Runtime error
Runtime error
DaDaDaTheoryNow
commited on
Commit
•
786a2c9
1
Parent(s):
5b3d6c0
change Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -8,4 +8,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
|
|
|
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
WORKDIR /code/src
|
12 |
+
|
13 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|