Spaces:
Runtime error
Runtime error
PegaMichael
commited on
Commit
·
99b1b29
1
Parent(s):
b74ff17
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,5 +5,5 @@ EXPOSE 7860
|
|
5 |
RUN pip install --upgrade pip
|
6 |
RUN pip install --no-cache-dir -r req.txt
|
7 |
RUN pip install -U typer
|
8 |
-
CMD ["
|
9 |
|
|
|
5 |
RUN pip install --upgrade pip
|
6 |
RUN pip install --no-cache-dir -r req.txt
|
7 |
RUN pip install -U typer
|
8 |
+
CMD ["python3 ./app.py"]
|
9 |
|