morrispetris commited on
Commit
9017cfa
·
1 Parent(s): 64bef2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -12,5 +12,6 @@ RUN npm install -g wstunnel
12
 
13
  EXPOSE 7860
14
 
15
- CMD ["nginx", "-g", "daemon off;"]
16
- #CMD ["nginx", "-g", "daemon off;", "wstunnel", "-s", "7860"]
 
 
12
 
13
  EXPOSE 7860
14
 
15
+ #CMD ["nginx", "-g", "daemon off;"]
16
+ #CMD ["nginx", "-g", "daemon off;", "wstunnel", "-s", "7860"]
17
+ CMD nginx -g daemon off; wstunnel -s 7860