We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800a4fa commit 9fa141cCopy full SHA for 9fa141c
1 file changed
api/Dockerfile
@@ -11,7 +11,7 @@ COPY --from=transformerBuilder /usr/local/cargo/bin/transformer /usr/local/bin/t
11
12
WORKDIR /app
13
14
-COPY ./package.json ./package-lock.json ./
+COPY ./package.json ./
15
RUN ["npm", "ci"]
16
COPY ./ ./
17
0 commit comments