Added dev tools
This commit is contained in:
parent
678ca1c6f5
commit
6dc13d47df
|
@ -0,0 +1 @@
|
|||
nodejs 23.5.0
|
|
@ -1,5 +1,9 @@
|
|||
services:
|
||||
web:
|
||||
build: .
|
||||
develop:
|
||||
watch:
|
||||
- path: .
|
||||
action: rebuild
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"start": "NODE_PATH=./dist node dist/index.js",
|
||||
"buildandpush": "docker buildx build --push --platform=linux/amd64,linux/arm64 -t git.fai.st/bizcochito/bizcochito.onion .",
|
||||
"deploy": "npm run buildandpush && sleep 3 && kubectl rollout restart deploy/web -n web",
|
||||
"dev": "npm run build && npm run start"
|
||||
"local": "npm run build && npm run start",
|
||||
"dev": "docker compose watch"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue