ToastFlix commited on
Commit
433134d
·
verified ·
1 Parent(s): fed4da4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN git clone -b Test https://github.com/DiogoMiguel93/Catalog-Translator.git /a
10
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080", "--workers", "2"]
 
10
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080", "--workers", "2"]