Spaces:
Sleeping
Sleeping
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 |
|