mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
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
|