Skip to content

Commit

Permalink
chore: set ipfs environments inside dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Jan 28, 2025
1 parent b10a835 commit 97ae5e7
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 97ae5e7

Please sign in to comment.