shenchucheng
commited on
Commit
•
5d18914
1
Parent(s):
3cd91bf
update Dockerfile CMD
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,4 +28,4 @@ RUN pip install --no-cache-dir -r requirements.txt && \
|
|
28 |
|
29 |
COPY . .
|
30 |
|
31 |
-
CMD ["
|
|
|
28 |
|
29 |
COPY . .
|
30 |
|
31 |
+
CMD ["python", "app.py"]
|