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