mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x.websockets: new websockets module on top of x.net (#6189)
This commit is contained in:
12
vlib/x/websocket/tests/autobahn/local_run/Dockerfile
Normal file
12
vlib/x/websocket/tests/autobahn/local_run/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# Use this as docker builder with https://github.com/nektos/act
|
||||
# build with: docker build tests/autobahn/. -t myimage
|
||||
# use in act: act -P ubuntu-latest=myimage
|
||||
|
||||
FROM node:12.6-buster-slim
|
||||
|
||||
COPY config/fuzzingserver.json /config/fuzzingserver.json
|
||||
RUN chmod +775 /config/fuzzingserver.json
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
docker \
|
||||
docker-compose
|
4
vlib/x/websocket/tests/autobahn/local_run/README.md
Normal file
4
vlib/x/websocket/tests/autobahn/local_run/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Run tests locally
|
||||
|
||||
Todo: document how, also how to use https://github.com/nektos/act
|
||||
|
Reference in New Issue
Block a user