Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
net
/
websocket
/
tests
/
autobahn
/
fuzzing_server_wss
/
Dockerfile
9
lines
·
7
sloc
·
210 bytes
·
ec973f5c6e32a8871a71a1fb9924bb8b3670967c
Raw
1
FROM crossbario/autobahn-testsuite
2
COPY check_results.py /check_results.py
3
RUN chmod +x /check_results.py
4
5
COPY config /config
6
RUN chmod +rx /config/server.crt
7
RUN chmod +rx /config/server.key
8
9
EXPOSE 9002 9002