ming512 commited on
Commit
26163ea
Β·
verified Β·
1 Parent(s): 4113662

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ WORKDIR /code
16
  COPY . .
17
 
18
  #CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
19
- CMD [β€œpython”, β€œ./main.py”]
 
16
  COPY . .
17
 
18
  #CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
19
+ CMD ["python", "./launchUI.py"]