diff --git a/.dockerignore b/.dockerignore index 3ea7aae..f9871ef 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,4 @@ .git/ -node_modules/ client/ .tmp/ npm-debug.log diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7989278..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: node_js -node_js: - - '0.10' - - '0.11' -before_script: - - npm install -g bower grunt-cli - - bower install -services: mongodb \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 64dd2d3..b1b2abb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ -#FROM digitallyseamless/nodejs-bower-grunt-runtime - -FROM node +FROM fergalmoran/node ENV NODE_ENV production WORKDIR /app/dist/ ADD dist /app/dist/ + +RUN npm install + ENV NODE_ENV production CMD ["npm", "start"] diff --git a/client/app/app.js b/client/app/app.js index faab7ca..0e5b3b5 100644 --- a/client/app/app.js +++ b/client/app/app.js @@ -13,7 +13,6 @@ angular.module('dssWebApp', [ 'ui.select', 'dialogs.main', 'infinite-scroll', - 'angularFileUpload', 'angulartics', 'angular-jwt', 'angular-smilies', @@ -40,7 +39,7 @@ angular.module('dssWebApp', [ $authProvider.facebook({ name: 'facebook', url: '/_a/?backend=facebook', - clientId: '154504534677009', + clientId: '344996219591469', authorizationEndpoint: 'https://www.facebook.com/v2.5/dialog/oauth', redirectUri: window.location.origin + '/', requiredUrlParams: ['display', 'scope'], diff --git a/client/app/components/navbar/navbar.html b/client/app/components/navbar/navbar.html index 819a62c..ab603a2 100644 --- a/client/app/components/navbar/navbar.html +++ b/client/app/components/navbar/navbar.html @@ -2,15 +2,16 @@ DeepSouthSounds