fix dockerfile

This commit is contained in:
“marselinowidis” 2023-01-17 23:41:42 +07:00
parent 8a8d7c0e74
commit 0a482dd766

View File

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