Skip to content

Commit 88d9073

Browse files
authored
Fix build command (0LNetworkCommunity#105)
1 parent 9fa141c commit 88d9073

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
@@ -12,7 +12,7 @@ COPY --from=transformerBuilder /usr/local/cargo/bin/transformer /usr/local/bin/t
1212
WORKDIR /app
1313

1414
COPY ./package.json ./
15-
RUN ["npm", "ci"]
15+
RUN ["npm", "install"]
1616
COPY ./ ./
1717

1818
RUN ["npx", "prisma", "generate"]

0 commit comments

Comments
 (0)