Spaces:
Build error
Build error
Commit
·
2e1d385
1
Parent(s):
ff40e93
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip3 install -r requirements.txt
|
|
8 |
|
9 |
COPY . /app
|
10 |
|
11 |
-
CMD python3
|
|
|
8 |
|
9 |
COPY . /app
|
10 |
|
11 |
+
CMD python3 app.py
|