Use regular npm i in Metamigo Dockerfiles

This commit is contained in:
Darren Clarke 2023-07-05 10:05:26 +00:00 committed by GitHub
parent 6e3e178187
commit 4d3e86a4c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,7 @@ WORKDIR ${APP_DIR}
COPY .gitignore .gitignore
COPY --from=builder ${APP_DIR}/out/json/ .
COPY --from=builder ${APP_DIR}/out/package-lock.json ./package-lock.json
RUN npm ci --omit=dev
RUN npm i
COPY --from=builder ${APP_DIR}/out/full/ .
RUN npm i -g turbo