mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-20 10:38:19 +00:00
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" ]
|