This commit is contained in:
ray 2019-02-25 13:30:56 +00:00
parent 8dcefcee6d
commit 40c677ad05
4 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -79,3 +79,4 @@ dist
# IDE # IDE
.idea .idea
Session.vim

View File

@ -7,6 +7,7 @@ WORKDIR ${APP_ROOT}
ADD . ${APP_ROOT} ADD . ${APP_ROOT}
RUN npm install RUN npm install
RUN npm run build RUN npm rebuild node-sass
# RUN npm run build
# ENV HOST 0.0.0.0 ENV HOST 0.0.0.0

View File

@ -20,6 +20,7 @@
"nodemailer": "^5.1.1", "nodemailer": "^5.1.1",
"nuxt": "^2.0.0", "nuxt": "^2.0.0",
"nuxt-buefy": "^0.2.1", "nuxt-buefy": "^0.2.1",
"sass-loader": "^7.1.0",
"nuxt-sass-resources-loader": "^2.0.5", "nuxt-sass-resources-loader": "^2.0.5",
"validator": "^10.11.0", "validator": "^10.11.0",
"vuelidate": "^0.7.4", "vuelidate": "^0.7.4",
@ -32,7 +33,6 @@
"eslint-plugin-vue": "^4.0.0", "eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.11.0", "node-sass": "^4.11.0",
"nodemon": "^1.11.0", "nodemon": "^1.11.0",
"sass-loader": "^7.1.0",
"vue-svg-loader": "^0.11.0" "vue-svg-loader": "^0.11.0"
} }
} }

View File

@ -6,6 +6,6 @@ services:
container_name: marcleopold-website container_name: marcleopold-website
restart: always restart: always
ports: ports:
- "3003:3000" - 0.0.0.0:3003:3003
command: command:
"npm run start" "npm run dev"