Compare commits
6 Commits
bukopin
...
c154ccc0f6
| Author | SHA1 | Date | |
|---|---|---|---|
| c154ccc0f6 | |||
|
|
b2a0cc9cdc | ||
|
|
0a482dd766 | ||
|
|
8a8d7c0e74 | ||
|
|
8c02184bd9 | ||
|
|
07634ef503 |
@@ -1,7 +1,9 @@
|
||||
FROM node:8-alpine
|
||||
RUN apk add --no-cache libc6-compat
|
||||
RUN apk add git && yarn
|
||||
WORKDIR /app
|
||||
COPY package.json /app
|
||||
RUN yarn
|
||||
RUN yarn install --frozen-lockfile
|
||||
COPY . /app
|
||||
CMD npm run watch
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user