mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
5 lines
127 B
Docker
5 lines
127 B
Docker
FROM crossbario/autobahn-testsuite
|
|
COPY check_results.py /check_results.py
|
|
RUN chmod +x /check_results.py
|
|
|
|
COPY config /config
|