Skip to content

Commit 01728a1

Browse files
authored
Merge pull request #335 from chrisfilo/fix/docker
fixed entrypoint
2 parents 543e08b + 7c47e5e commit 01728a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ COPY . /src
1212

1313
RUN npm install -g /src
1414

15-
ENTRYPOINT /usr/bin/bids-validator
15+
ENTRYPOINT ["/usr/bin/bids-validator"]

0 commit comments

Comments
 (0)