Client build scripts fixes and server stub with local devzone.
All checks were successful
Linting and tests / Linting (push) Successful in 6s
All checks were successful
Linting and tests / Linting (push) Successful in 6s
This commit is contained in:
15
server/localdevzone/common/Taskfile.yml
Normal file
15
server/localdevzone/common/Taskfile.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
network-down:
|
||||
desc: "Deletes Docker network for development."
|
||||
dir: "./server/localdevzone/common"
|
||||
cmds:
|
||||
- docker compose -p bunkerd-network -f network.yaml down
|
||||
|
||||
network-up:
|
||||
desc: "Creates Docker network for development"
|
||||
dir: "./server/localdevzone/common"
|
||||
cmds:
|
||||
- docker compose -p bunkerd-network -f network.yaml up -d
|
Reference in New Issue
Block a user