Skip to content

Commit

Permalink
update ponder DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed May 20, 2024
1 parent e8e8fcb commit e0ef932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ponder/lnv3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM node:21-alpine

COPY . /app

ENV VERSION_MODE testnet

RUN cd /app && \
cp ponder.config.ts.$VERSION_MODE ponder.config.ts && \
yarn install && \
yarn codegen

Expand Down

0 comments on commit e0ef932

Please sign in to comment.