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