Spaces:
Build error
Build error
mphycx
commited on
Commit
•
8459efa
1
Parent(s):
0b4448c
fix cmd
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,4 +35,4 @@ EXPOSE 8080
|
|
35 |
|
36 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
37 |
|
38 |
-
CMD ["/bin/bash", "-c", "
|
|
|
35 |
|
36 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
37 |
|
38 |
+
CMD ["/bin/bash", "-c", "lc-serve deploy local api.py;streamlit run app.py --server.port=7860"]
|