FROM ubuntu:22.04 as base COPY wstunnel /wstunnel EXPOSE 7860 CMD ["/bin/sh", "-c", "exec /wstunnel server http://[::]:7860"]