Skip to content

Commit

Permalink
Fix: Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Aug 29, 2024
1 parent 5ac984f commit 8f90de7
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 frontend/package.json frontend/pnpm-lock.yaml frontend/patches ./
COPY frontend/package.json frontend/pnpm-lock.yaml ./
COPY frontend/patches ./patches

ENV NODE_ENV=production
ENV CI=true
Expand Down

0 comments on commit 8f90de7

Please sign in to comment.