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.
2 parents 78e409d + 9b6c6b1 commit 24b688eCopy full SHA for 24b688e
Dockerfile
@@ -1,15 +1,7 @@
1
-FROM ubuntu:trusty
+FROM node:8.9.4-alpine
2
3
-## Install the validator
4
-RUN apt-get update && \
5
- apt-get install -y curl && \
6
- curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
7
- apt-get remove -y curl && \
8
- apt-get install -y nodejs && \
9
- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
10
-
11
COPY . /src
12
13
RUN npm install -g /src
14
15
-ENTRYPOINT ["/usr/bin/bids-validator"]
+ENTRYPOINT ["/usr/local/bin/bids-validator"]
0 commit comments