v/vlib/x/websocket/tests/autobahn/fuzzing_server/Dockerfile

6 lines
127 B
Docker
Raw Normal View History

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