Spaces:
Runtime error
Runtime error
dorogan
commited on
Commit
•
0a0a3d2
1
Parent(s):
1e2a35a
Update: dockerfile has been updated
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip3 install --upgrade pip
|
|
8 |
|
9 |
RUN pip3 install -r requirements.txt
|
10 |
|
11 |
-
|
|
|
8 |
|
9 |
RUN pip3 install -r requirements.txt
|
10 |
|
11 |
+
CMD [ "python", "./app.py"]
|