v/vlib/net/websocket/tests/autobahn/fuzzing_server_wss/Dockerfile

9 lines
210 B
Docker

FROM crossbario/autobahn-testsuite
COPY check_results.py /check_results.py
RUN chmod +x /check_results.py
COPY config /config
RUN chmod +rx /config/server.crt
RUN chmod +rx /config/server.key
EXPOSE 9002 9002