feat: 新增文件
This commit is contained in:
9
scripts/dev_container.sh
Executable file
9
scripts/dev_container.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "$ROOT_DIR"
|
||||
|
||||
echo "[dev] build + start container (Node+Python unified)..."
|
||||
docker compose up --build
|
||||
|
||||
Reference in New Issue
Block a user