blob: 67114c465784d7de357697763ec88c0cbd42118f (
plain)
1
2
3
4
5
6
7
8
9
|
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
|