mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-22 04:39:06 +00:00
a2235a0d55
Copy of `multidim-interop/impl/js/v0.42` plus version adjustments + reenable WebRTC (see https://github.com/libp2p/test-plans/pull/160).
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
# syntax=docker/dockerfile:1
|
|
|
|
ARG BASE_IMAGE
|
|
FROM $BASE_IMAGE
|
|
|
|
ENTRYPOINT [ "npm", "test", "--", "--build", "false", "--types", "false", "-t", "browser" ]
|