Spaces:
Sleeping
Sleeping
Stanislav
commited on
Commit
·
0c50e8a
1
Parent(s):
6c8bcbc
feat: dockerfile, filename
Browse files- 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", "
|
|
|
21 |
RUN pip install --no-cache-dir -r requirements.txt
|
22 |
|
23 |
# Start FastAPI server
|
24 |
+
CMD ["python", "run_fastapi.py"]
|