fix dockerfile
This commit is contained in:
parent
8a8d7c0e74
commit
0a482dd766
|
@ -1,6 +1,5 @@
|
||||||
FROM node:8-alpine
|
FROM node:8-alpine
|
||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache libc6-compat
|
||||||
COPY package.json yarn.lock ./
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json /app
|
COPY package.json /app
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
|
|
Loading…
Reference in New Issue
Block a user