Skip to content

Commit cf8b6a1

Browse files
authored
Merge pull request #2800 from IntersectMBO/test
chore: set ipfs environments inside dockerfile
2 parents a695b5a + 24a8fb6 commit cf8b6a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

govtool/metadata-validation/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ COPY . /dist
1313

1414
RUN yarn build
1515

16+
ENV IPFS_GATEWAY=$IPFS_GATEWAY
17+
ENV IPFS_PROJECT_ID=$IPFS_PROJECT_ID
18+
1619
ENTRYPOINT ["/bin/sh", "-c", "yarn start:prod"]

0 commit comments

Comments
 (0)