fix dockerfile
This commit is contained in:
parent
ba8629005e
commit
07634ef503
|
@ -1,7 +1,7 @@
|
|||
FROM node:8-alpine
|
||||
WORKDIR /app
|
||||
COPY package.json /app
|
||||
RUN yarn
|
||||
RUN yarn install --frozen-lockfile
|
||||
COPY . /app
|
||||
CMD npm run watch
|
||||
EXPOSE 8080
|
Loading…
Reference in New Issue
Block a user