butlerx
8 years ago
6 changed files with 145 additions and 1470 deletions
@ -1,11 +1,7 @@ |
|||||
FROM node:boron |
FROM node:boron |
||||
MAINTAINER Nathan LeClaire <nathan@docker.com> |
MAINTAINER Nathan LeClaire <nathan@docker.com> |
||||
|
|
||||
ADD . /app |
ADD . /app |
||||
WORKDIR /app |
WORKDIR /app |
||||
RUN apt-get update && apt-get upgrade -y |
RUN apt-get update && apt-get upgrade -y && yarn install && yarn global add grunt && yarn build |
||||
RUN npm install |
|
||||
|
|
||||
EXPOSE 3000 |
EXPOSE 3000 |
||||
|
CMD yarn start |
||||
CMD node app.js |
|
||||
|
File diff suppressed because it is too large
Loading…
Reference in new issue