[bug] remove "code." from the Dockerfile

This commit is contained in:
Midou36O
2023-04-03 21:48:34 +00:00
parent de222df6bc
commit e245ce3106
+1 -1
View File
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY . /code
CMD ["uvicorn", "code.main:app", "--host", "0.0.0.0", "--port", "8080"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]