File size: 129 Bytes
5a1793f
 
 
 
 
 
284057c
1
2
3
4
5
6
7
8
FROM ubuntu:22.04 as base

COPY wstunnel /wstunnel

EXPOSE 7860

CMD ["/bin/sh", "-c", "exec /wstunnel server http://[::]:7860"]