6 lines
127 B
Docker
6 lines
127 B
Docker
|
FROM crossbario/autobahn-testsuite
|
||
|
COPY check_results.py /check_results.py
|
||
|
RUN chmod +x /check_results.py
|
||
|
|
||
|
COPY config /config
|