Skip to content

Commit

Permalink
update package path
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 7, 2023
1 parent 272289c commit 56ed269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WORKDIR /usr/app
COPY --from=client-builder /usr/app/client/build ./dist/build
COPY --from=server-builder /usr/app/dist ./dist

COPY ./package*.json ./
COPY ./server/package*.json ./

RUN npm install --production

Expand Down

0 comments on commit 56ed269

Please sign in to comment.