Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mawoka-myblock authored Jul 8, 2024
1 parent b3292e1 commit f0afb3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ WORKDIR /usr/src/app
COPY frontend/package*.json ./
COPY frontend/pnpm-lock.yaml ./

RUN corepack enable && corepack prepare pnpm@7.1.0 --activate && pnpm i
RUN corepack enable pnpm
RUN pnpm i
COPY frontend/ .
RUN pnpm run build

Expand Down

0 comments on commit f0afb3b

Please sign in to comment.