Skip to content

Commit 753e398

Browse files
committed
add entrypoint
1 parent fc2d675 commit 753e398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.validator

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ FROM denoland/deno:alpine-2.1.7
22
#RUN deno install -Agf -n bids-validator jsr:@bids/[email protected]
33
# build on main while waiting for the release to use wildcards in config
44
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

Comments
 (0)