Skip to content

Commit b38a196

Browse files
committed
fix: yarn build still broken
run yarn install manually to update dependencies
1 parent ca4e3e7 commit b38a196

File tree

2 files changed

+212
-294
lines changed

2 files changed

+212
-294
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
COPY package.json ./
66
COPY yarn.lock ./
77
COPY prisma/ prisma/
8-
RUN yarn install
8+
RUN yarn install --frozen-lockfile
99

1010
RUN curl -L -o elm.gz https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz && \
1111
gunzip elm.gz && \

0 commit comments

Comments
 (0)