wstunnel / Dockerfile
rgerganov's picture
update
284057c
raw
history blame
129 Bytes
FROM ubuntu:22.04 as base
COPY wstunnel /wstunnel
EXPOSE 7860
CMD ["/bin/sh", "-c", "exec /wstunnel server http://[::]:7860"]