Spaces:
Build error
Build error
set command
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -8,3 +8,5 @@ COPY *.py .
|
|
| 8 |
|
| 9 |
|
| 10 |
RUN pipenv install --system --deploy
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
RUN pipenv install --system --deploy
|
| 11 |
+
|
| 12 |
+
CMD ["python", "main.py"]
|