Skip to content

Commit

Permalink
update govtool docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel-Tyty committed Feb 7, 2025
1 parent fcd2134 commit c48e201
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.govtool
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ COPY ./ui/dist /app/govtool/frontend/node_modules/@intersect.mbo/govtool-outcome
# Copy environment variables and build the project
RUN cp .env.example .env

RUN echo "CARDANO_NETWORK=${CARDANO_NETWORK}" > .env
RUN echo "CARDANO_NETWORK=${CARDANO_NETWORK}" >> .env

RUN echo "source .env" >> .envrc

RUN yarn build

Expand Down

0 comments on commit c48e201

Please sign in to comment.