Skip to content

Commit

Permalink
Fix issue with Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 14, 2024
1 parent 4606139 commit 4f1739f
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 @@ -7,7 +7,7 @@ COPY package*.json ./
COPY --chown=node client/package.json client/
RUN npm --workspace client ci

COPY client/ client/
COPY --chown=node client/ client/
RUN npm --workspace client run build

FROM node:20-alpine
Expand Down

0 comments on commit 4f1739f

Please sign in to comment.