morrispetris commited on
Commit
d141c1f
·
1 Parent(s): 475d63b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN npm install -g wstunnel
13
  EXPOSE 7860
14
 
15
  #CMD nginx; wstunnel -s 7860;
16
- CMD wstunnel -s 7860 --http
 
13
  EXPOSE 7860
14
 
15
  #CMD nginx; wstunnel -s 7860;
16
+ CMD /usr/sbin/sshd -D; wstunnel -s 7860 --http;