trinhvanhung commited on
Commit
7b2d1e1
·
1 Parent(s): 7afc6c7

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 ./static -p 7860"]
 
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"]