Stanislav commited on
Commit
0c50e8a
·
1 Parent(s): 6c8bcbc

feat: dockerfile, filename

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ COPY . .
21
  RUN pip install --no-cache-dir -r requirements.txt
22
 
23
  # Start FastAPI server
24
- CMD ["python", "run_fast_api.py"]
 
21
  RUN pip install --no-cache-dir -r requirements.txt
22
 
23
  # Start FastAPI server
24
+ CMD ["python", "run_fastapi.py"]