Spaces:
Build error
Build error
fixup entrypoint
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,4 +9,4 @@ COPY *.py .
|
|
| 9 |
|
| 10 |
RUN pipenv install --system --deploy
|
| 11 |
|
| 12 |
-
CMD ["python", "
|
|
|
|
| 9 |
|
| 10 |
RUN pipenv install --system --deploy
|
| 11 |
|
| 12 |
+
CMD ["python", "app.py"]
|