Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
f183b35
1
Parent(s):
dd20052
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,4 +7,4 @@ RUN pip install --upgrade pip \
|
|
7 |
&& pip install -r requirements.txt
|
8 |
|
9 |
COPY . .
|
10 |
-
CMD ["python", "
|
|
|
7 |
&& pip install -r requirements.txt
|
8 |
|
9 |
COPY . .
|
10 |
+
CMD ["python", "app.py"]
|