rgerganov commited on
Commit
284057c
·
1 Parent(s): 5a1793f
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ COPY wstunnel /wstunnel
4
 
5
  EXPOSE 7860
6
 
7
- CMD ["/bin/sh", "-c", "exec /wstunnel server ws://[::]:7860"]
 
4
 
5
  EXPOSE 7860
6
 
7
+ CMD ["/bin/sh", "-c", "exec /wstunnel server http://[::]:7860"]