Spaces:
Sleeping
Sleeping
Commit
·
7b2d1e1
1
Parent(s):
7afc6c7
Add fetch + static server
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ COPY --from=node_layer /usr/local/lib/node_modules /usr/local/lib/node_modules
|
|
27 |
|
28 |
|
29 |
# Chạy 2 tiến trình song song: fetch_data và http-server
|
30 |
-
CMD ["sh", "-c", "python app.py & http-server
|
|
|
27 |
|
28 |
|
29 |
# Chạy 2 tiến trình song song: fetch_data và http-server
|
30 |
+
CMD ["sh", "-c", "python app.py & http-server . -p 7860"]
|