Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
snurfer0 committed Dec 11, 2023
1 parent c100a6b commit 0ce357a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ WORKDIR /usr/src/app
COPY --from=deps /usr/src/app/node_modules ./node_modules
COPY . .

RUN yarn app:typechain:generate
RUN yarn build

# Production image, copy all the files and run next
Expand Down

0 comments on commit 0ce357a

Please sign in to comment.