trinhvanhung commited on
Commit
d988ee8
·
1 Parent(s): 26dd9b5

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 ["sh", "-c", "python app.py & 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"]