Spaces:
Sleeping
Sleeping
Commit
·
0d6b200
1
Parent(s):
d988ee8
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 ["http-server . -p 7860"]
|
|
|
27 |
|
28 |
|
29 |
# Chạy 2 tiến trình song song: fetch_data và http-server
|
30 |
+
CMD ["http-server", ".", "-p", "7860"]
|