mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x.websocket: move to net.websocket module (#10648)
This commit is contained in:
12
vlib/net/websocket/tests/autobahn/ws_test/Dockerfile
Normal file
12
vlib/net/websocket/tests/autobahn/ws_test/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM thevlang/vlang:buster-build
|
||||
|
||||
|
||||
COPY ./ /src/
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN make CC=clang
|
||||
|
||||
RUN /src/v /src/vlib/net/websocket/tests/autobahn/autobahn_server.v
|
||||
RUN chmod +x /src/vlib/net/websocket/tests/autobahn/autobahn_server
|
||||
ENTRYPOINT [ "/src/vlib/net/websocket/tests/autobahn/autobahn_server" ]
|
Reference in New Issue
Block a user