v2 / vlib / net / websocket / tests / autobahn / fuzzing_server_wss / Dockerfile
9 lines · 7 sloc · 210 bytes · ec973f5c6e32a8871a71a1fb9924bb8b3670967c
Raw
1FROM crossbario/autobahn-testsuite
2COPY check_results.py /check_results.py
3RUN chmod +x /check_results.py
4
5COPY config /config
6RUN chmod +rx /config/server.crt
7RUN chmod +rx /config/server.key
8
9EXPOSE 9002 9002