trinhvanhung commited on
Commit
0d6b200
·
1 Parent(s): d988ee8

Add fetch + static server

Browse files
Files changed (1) hide show
  1. 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"]