Spaces:
Running
Running
mzimm003
commited on
Commit
·
fedfcfd
1
Parent(s):
548442d
change script
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ RUN git clone https://github.com/mzimm003/Chess /app/Chess
|
|
17 |
RUN pip install /app/Chess
|
18 |
|
19 |
COPY --chown=user . /app
|
20 |
-
CMD ["uvicorn", "app:
|
|
|
17 |
RUN pip install /app/Chess
|
18 |
|
19 |
COPY --chown=user . /app
|
20 |
+
CMD ["uvicorn", "app:main", "--host", "0.0.0.0", "--port", "7860"]
|