wstunnel / Dockerfile
rgerganov's picture
initial
5a1793f
raw
history blame
127 Bytes
FROM ubuntu:22.04 as base
COPY wstunnel /wstunnel
EXPOSE 7860
CMD ["/bin/sh", "-c", "exec /wstunnel server ws://[::]:7860"]