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 6e95f8c commit ca4e3e7Copy full SHA for ca4e3e7
Dockerfile
@@ -3,6 +3,7 @@ RUN apt-get update && apt-get install -y curl gzip
3
WORKDIR /app
4
5
COPY package.json ./
6
+COPY yarn.lock ./
7
COPY prisma/ prisma/
8
RUN yarn install
9
0 commit comments