1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net/websocket/tests/autobahn/fuzzing_server/Dockerfile
2021-07-03 02:56:00 +03:00

6 lines
127 B
Docker

FROM crossbario/autobahn-testsuite
COPY check_results.py /check_results.py
RUN chmod +x /check_results.py
COPY config /config