fix dockerfile
This commit is contained in:
parent
0a482dd766
commit
b2a0cc9cdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user