init docker cofig,

This commit is contained in:
louiscklaw
2025-05-11 07:59:35 +08:00
parent 9739583f43
commit 6e576919ab
10 changed files with 372 additions and 0 deletions

6
002_source/scripts/run.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
docker compose exec -it cms bash
echo "done"