syafiqq02 commited on
Commit
33d5456
·
1 Parent(s): c82b221
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. main.py → app/main.py +0 -0
Dockerfile CHANGED
@@ -9,4 +9,4 @@ RUN pip install -r /code/app/requirements.txt
9
 
10
  EXPOSE 7860
11
 
12
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
main.py → app/main.py RENAMED
File without changes