Skip to content

Commit

Permalink
Try new build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Sep 27, 2024
1 parent 0ef7e05 commit 79b4e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lagoon/node.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM uselagoon/node-20-builder:latest as builder
COPY package.json /app/
RUN yarn install
RUN yarn build
RUN npm install
RUN npm run build

FROM uselagoon/node-20:latest
COPY --from=builder /app/node_modules /app/node_modules
Expand Down

0 comments on commit 79b4e90

Please sign in to comment.