Update file Dockerfile
This commit is contained in:
parent
4a63b7074f
commit
e590ca791f
@ -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 ./
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user