This commit is contained in:
Tommy Parnell
2017-01-17 17:14:03 -05:00
parent 8b0da9b05e
commit 46ddcb1f32
3 changed files with 4 additions and 12 deletions

View File

@@ -1,10 +0,0 @@
FROM node:boron-wheezy
RUN npm install -g bower
ADD package.json .
RUN npm install
ADD bower.json bower.json
RUN bower install --allow-root
ADD . .
EXPOSE 80
CMD ["npm", "run", "start"]