Skip to content

Commit

Permalink
Fix: Fix frontend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jan 6, 2025
1 parent 4a95ab1 commit d4b2134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ WORKDIR /app

RUN apt-get update && apt-get install -y curl

COPY package.json pnpm-lock.yaml pnpm-workspace.yaml patches/ ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY patches ./patches/
COPY frontend/package.json frontend/pnpm-lock.yaml ./frontend/

ENV NODE_ENV=production
Expand Down

0 comments on commit d4b2134

Please sign in to comment.