Skip to content

Commit

Permalink
build: include patch in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jun 3, 2024
1 parent 383ecb4 commit 021085f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:18-alpine AS builder

WORKDIR /app
ADD package.json yarn.lock ./
ADD ./patches ./patches/
ADD ./apis/core/package.json ./apis/core/
ADD ./apis/errors/package.json ./apis/errors/
ADD ./apis/shared-dimensions/package.json ./apis/shared-dimensions/
Expand Down

0 comments on commit 021085f

Please sign in to comment.