Update Dockerfile
This commit is contained in:
parent
3da93e7bf9
commit
79e60afd42
|
@ -22,7 +22,7 @@ RUN apk add --no-cache \
|
||||||
vips-dev \
|
vips-dev \
|
||||||
vips
|
vips
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock .yarnrc ./
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
Loading…
Reference in New Issue