Skip to content

Commit

Permalink
build: fix dockerfile prod
Browse files Browse the repository at this point in the history
  • Loading branch information
cerinoligutom committed Jun 2, 2024
1 parent a1aab81 commit 9b2c129
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 @@ -37,6 +37,7 @@ EXPOSE 8080
WORKDIR /usr/src/app

# Copy the necessary files from the builder stage to this stage
COPY .husky/install.mjs .husky/install.mjs
COPY --chown=node:node --from=builder /usr/src/app/build .

RUN npm install -g pnpm
Expand Down

0 comments on commit 9b2c129

Please sign in to comment.