Added docker-compose for production

This commit is contained in:
Damien Broqua 2022-02-17 09:44:36 +01:00
parent a502fe9088
commit 7b18c601c2
3 changed files with 39 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"description": "Simple application to manage your CD/Vinyl collection",
"scripts": {
"start": "node ./dist/bin/www",
"dev": "npm-run-all build sass start",
"run": "npm-run-all build sass start",
"watch": "nodemon -e js,scss",
"sass": "npx sass sass/index.scss public/css/main.css -s compressed",
"prebuild": "rimraf dist",
@ -64,7 +64,7 @@
"vue": "^3.2.31"
},
"nodemonConfig": {
"exec": "npm run dev",
"exec": "yarn run",
"watch": [
"src/*",
"sass/*"