Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN pip install fastapi uvicorn
|
|
12 |
|
13 |
COPY . .
|
14 |
|
15 |
-
CMD ["
|
|
|
12 |
|
13 |
COPY . .
|
14 |
|
15 |
+
CMD ["python", "code/demo.py"]
|