chore(init): project setup with Docker support
This commit is contained in:
7
scripts/stop.sh
Executable file
7
scripts/stop.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Load variables
|
||||
source ./var.sh
|
||||
|
||||
# Start compose file
|
||||
cd .. && docker compose -f $file down
|
||||
Reference in New Issue
Block a user