Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY --chown=user . $HOME/app
|
|
22 |
|
23 |
RUN pip install -r requirements.txt
|
24 |
|
25 |
-
|
|
|
22 |
|
23 |
RUN pip install -r requirements.txt
|
24 |
|
25 |
+
CMD ["python", "app.py"]
|