Update file Dockerfile

This commit is contained in:
Christoph Schabert 2023-06-21 11:58:33 +02:00
parent 4a63b7074f
commit e590ca791f

View File

@ -13,6 +13,7 @@ RUN jq '{ dependencies, devDependencies, peerDependencies, scripts: (.scripts |
# We label our stage as builder
FROM node:18.12-buster as builder
RUN apt-get update && apt-get install -y jq
COPY --from=prep /tmp/deps.json ./package.json
COPY yarn.lock ./