dockerfile
This commit is contained in:
parent
35ce9e2484
commit
9e39000483
|
@ -2,7 +2,7 @@ FROM node:8-alpine
|
||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache libc6-compat
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json package-lock.json /app
|
COPY package.json package-lock.json /app/
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . /app
|
COPY . /app
|
||||||
CMD npm run watch
|
CMD npm run watch
|
||||||
|
|
Loading…
Reference in New Issue
Block a user