Skip to content

Commit 24a8fb6

Browse files
authored
Merge pull request #2799 from IntersectMBO/develop
chore: set ipfs environments inside dockerfile
2 parents 87b8457 + 6568021 commit 24a8fb6

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)