bowerrc
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user