Skip to content

Commit

Permalink
Merge branch 'dev' into 'main'
Browse files Browse the repository at this point in the history
Dev

See merge request voltaire/govtool-outcomes-pillar!49
  • Loading branch information
Emmanuel-Tyty committed Feb 24, 2025
2 parents 56db369 + 2d1de8a commit d3931e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.govtool
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ RUN cp .env.example .env

RUN if [ "$CARDANO_NETWORK" = "mainnet" ]; then \
sed -i 's/^VITE_NETWORK_FLAG=.*/VITE_NETWORK_FLAG=1/' .env; \
cat .env; \
else \
sed -i 's/^VITE_NETWORK_FLAG=.*/VITE_NETWORK_FLAG=0/' .env; \
cat .env; \
fi

RUN yarn build
Expand Down

0 comments on commit d3931e8

Please sign in to comment.