mzimm003 commited on
Commit
fedfcfd
·
1 Parent(s): 548442d

change script

Browse files
Files changed (1) hide show
  1. 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:app", "--host", "0.0.0.0", "--port", "7860"]
 
17
  RUN pip install /app/Chess
18
 
19
  COPY --chown=user . /app
20
+ CMD ["uvicorn", "app:main", "--host", "0.0.0.0", "--port", "7860"]