fix dockerfile

This commit is contained in:
“marselinowidis” 2023-01-17 23:59:19 +07:00
parent 0a482dd766
commit b2a0cc9cdc

View File

@ -1,5 +1,6 @@
FROM node:8-alpine
RUN apk add --no-cache libc6-compat
RUN apk add git && yarn
WORKDIR /app
COPY package.json /app
RUN yarn install --frozen-lockfile