abadesalex commited on
Commit
9b1e016
1 Parent(s): 54bac2e

reestructre

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY ./FastAPI/app /code/app
15
 
16
  # Set the command to run the application using Uvicorn
17
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
18
- CMD ["python", "main.py"]
 
15
 
16
  # Set the command to run the application using Uvicorn
17
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
18
+ CMD ["python", "app/main.py"]