We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2d675 commit 753e398Copy full SHA for 753e398
Dockerfile.validator
@@ -2,3 +2,5 @@ FROM denoland/deno:alpine-2.1.7
2
#RUN deno install -Agf -n bids-validator jsr:@bids/[email protected]
3
# build on main while waiting for the release to use wildcards in config
4
RUN deno install -Agf -n bids-validator https://github.com/bids-standard/bids-validator/raw/refs/heads/deno-build/bids-validator.js
5
+
6
+ENTRYPOINT bids-validator
0 commit comments