Spaces:
Sleeping
Sleeping
Commit
Β·
13b6b0d
1
Parent(s):
ffde3b6
chore: use python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
16 |
WORKDIR /home/user/app/src
|
17 |
|
18 |
# γ’γγͺγθ΅·ε
|
19 |
-
CMD ["
|
|
|
16 |
WORKDIR /home/user/app/src
|
17 |
|
18 |
# γ’γγͺγθ΅·ε
|
19 |
+
CMD ["python", "app.py"]
|