Skip to content

Commit

Permalink
build(Dockerfile): VIP needs that package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 18, 2024
1 parent 0363987 commit ad5de14
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 @@ -32,6 +32,7 @@ RUN yarn install && yarn build
FROM node:slim

COPY --from=node-build /usr/build/packages/web/build /usr/build/packages/web/build
COPY --from=node-build /usr/build/packages/web/package.json /usr/build/packages/web/package.json

WORKDIR /usr/build/packages/web

Expand Down

0 comments on commit ad5de14

Please sign in to comment.