Skip to content

Commit 9fa141c

Browse files
authored
Fix container build (0LNetworkCommunity#104)
1 parent 800a4fa commit 9fa141c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY --from=transformerBuilder /usr/local/cargo/bin/transformer /usr/local/bin/t
1111

1212
WORKDIR /app
1313

14-
COPY ./package.json ./package-lock.json ./
14+
COPY ./package.json ./
1515
RUN ["npm", "ci"]
1616
COPY ./ ./
1717

0 commit comments

Comments
 (0)