Skip to content

Commit ca4e3e7

Browse files
committed
fix: yarn build broken
use lock file to build with the latest working dependencies
1 parent 6e95f8c commit ca4e3e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ RUN apt-get update && apt-get install -y curl gzip
33
WORKDIR /app
44

55
COPY package.json ./
6+
COPY yarn.lock ./
67
COPY prisma/ prisma/
78
RUN yarn install
89

0 commit comments

Comments
 (0)