Skip to content

Commit 23c77a4

Browse files
authored
Merge pull request #2801 from IntersectMBO/staging
chore: set ipfs environments inside dockerfile
2 parents 017cae4 + cf8b6a1 commit 23c77a4

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)