Testys commited on
Commit
58cb899
·
verified ·
1 Parent(s): ad26cea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY --chown=user . /app
13
 
14
  EXPOSE 8000
15
 
16
- CMD ["./start.sh"]
 
13
 
14
  EXPOSE 8000
15
 
16
+ CMD ["uvicorn, main:app, --host, 0.0.0.0, --port, 8000"]