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 1a17177 commit db265c8Copy full SHA for db265c8
govtool/metadata-validation/Dockerfile
@@ -7,13 +7,13 @@ WORKDIR /dist
7
8
COPY package*.json ./
9
10
-RUN yarn
+RUN npm install
11
12
COPY . /dist
13
14
-RUN yarn build
+RUN npm run build
15
16
ENV IPFS_GATEWAY=$IPFS_GATEWAY
17
ENV IPFS_PROJECT_ID=$IPFS_PROJECT_ID
18
19
-ENTRYPOINT ["/bin/sh", "-c", "yarn start:prod"]
+ENTRYPOINT ["/bin/sh", "-c", "npm run start:prod"]
0 commit comments