Skip to content

Commit

Permalink
chore: fixes docker build (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Jan 24, 2023
1 parent 5d14880 commit d38acef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM node:18.13.0-alpine3.16
RUN apk add --no-cache libc6-compat git
WORKDIR /app

# Install pnpm
RUN npm i -g pnpm@7.25.1

# Copy root package.json + pnpm-lock.yaml + pnpm-workspace.yaml
COPY pnpm-lock.yaml package.json pnpm-workspace.yaml ./

Expand Down

0 comments on commit d38acef

Please sign in to comment.