Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Dec 16, 2023
1 parent 489b9de commit ab46a61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ WORKDIR /app

COPY . .

RUN npm install -g pnpm

RUN corepack enable
RUN corepack prepare pnpm@latest --activate
RUN pnpm install

RUN pnpm run build
RUN pnpm build

FROM node:20.10.0-alpine

Expand Down

0 comments on commit ab46a61

Please sign in to comment.