We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4e3e7 commit b38a196Copy full SHA for b38a196
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
COPY package.json ./
6
COPY yarn.lock ./
7
COPY prisma/ prisma/
8
-RUN yarn install
+RUN yarn install --frozen-lockfile
9
10
RUN curl -L -o elm.gz https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz && \
11
gunzip elm.gz && \
0 commit comments