Lcmind commited on
Commit
b90dbda
·
1 Parent(s): 530c9c9

fix: switch from test_app to real app.main:app

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ ENV HOME=/home/user \
32
  PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
33
 
34
  # Run app
35
- CMD ["uvicorn", "test_app:app", "--host", "0.0.0.0", "--port", "7860"]
 
32
  PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
33
 
34
  # Run app
35
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]