This commit is contained in:
Leonard Jonathan Oh 2023-03-21 02:45:05 +00:00
parent 9a4496ea09
commit adbc17d868

View file

@ -1,7 +1,7 @@
FROM alpine:3.15 AS builder FROM alpine:3.15 AS builder
RUN apk add --no-cache php7 php7-json php-phar php-zip
RUN apk add --no-cache npm RUN apk add --no-cache npm
RUN npm install -g gulp yarn RUN npm install -g gulp yarn
RUN apk add --no-cache php7 php7-json php-phar php-zip
WORKDIR /source WORKDIR /source
COPY package.json yarn.lock . COPY package.json yarn.lock .
RUN yarn install RUN yarn install