Spaces:
Runtime error
Runtime error
circulartext
commited on
Commit
•
deded0d
1
Parent(s):
4cb7189
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,5 +12,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
12 |
COPY . .
|
13 |
|
14 |
# Specify the command to run your application
|
15 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", --reload]
|
16 |
|
|
|
12 |
COPY . .
|
13 |
|
14 |
# Specify the command to run your application
|
15 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
|
16 |
|