Skip to content

Commit

Permalink
Merge pull request #28 from snurfer0/chore/refactor
Browse files Browse the repository at this point in the history
fix: docker
  • Loading branch information
snurfer0 authored Dec 11, 2023
2 parents 72b85b0 + 0ce357a commit 1600aee
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 1600aee

Please sign in to comment.