Spaces:
Sleeping
Sleeping
Dev Paragiri
commited on
Commit
·
b833ba6
1
Parent(s):
c89fe71
Wallet v1
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
11 |
|
12 |
COPY . .
|
13 |
|
14 |
-
CMD ["uvicorn", "main:
|
|
|
11 |
|
12 |
COPY . .
|
13 |
|
14 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|