fix: docker needs the patches dir

This commit is contained in:
Aarnav Tale 2024-05-15 22:26:36 -04:00
parent 3d554a2434
commit 65a76a7fa2
No known key found for this signature in database
3 changed files with 134 additions and 151 deletions

View file

@ -3,6 +3,7 @@ WORKDIR /app
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./
COPY patches ./patches
RUN pnpm install --frozen-lockfile
COPY . .