mirror of https://github.com/fspc/workstand.git
Drew Larson
8 years ago
5 changed files with 38 additions and 16 deletions
@ -0,0 +1,8 @@ |
|||
FROM node:7.3.0 |
|||
RUN mkdir /code |
|||
WORKDIR /code |
|||
RUN npm install |
|||
RUN npm install -g bower |
|||
COPY ./bower.json . |
|||
RUN bower install --allow-root |
|||
EXPOSE 3000:3000 |
Loading…
Reference in new issue