Skip to content

Commit

Permalink
fix: update the dockerfile build path
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Mar 11, 2024
1 parent 96f52e3 commit d069905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ FROM node:20-alpine

WORKDIR /home/node/hemmelig

RUN mkdir build
COPY --from=0 /usr/src/app/build build/
COPY --from=0 /usr/src/app/client/build client/build

COPY package*.json ./

Expand Down

0 comments on commit d069905

Please sign in to comment.