Skip to content

Commit

Permalink
Merge pull request #2801 from IntersectMBO/staging
Browse files Browse the repository at this point in the history
chore: set ipfs environments inside dockerfile
  • Loading branch information
MSzalowski authored Jan 28, 2025
2 parents 017cae4 + cf8b6a1 commit 23c77a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions govtool/metadata-validation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ COPY . /dist

RUN yarn build

ENV IPFS_GATEWAY=$IPFS_GATEWAY
ENV IPFS_PROJECT_ID=$IPFS_PROJECT_ID

ENTRYPOINT ["/bin/sh", "-c", "yarn start:prod"]

0 comments on commit 23c77a4

Please sign in to comment.