add bash to run dev-docker

This commit is contained in:
Tao Chen
2024-11-01 00:28:43 +08:00
parent 6c94566e83
commit 503e908eb6

8
docker-dev.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
FILE_NAME="docker-compose-dev.yaml"
# CACHE="--no-cache"
docker compose -f ${FILE_NAME} build ${CACHE}
docker compose -f ${FILE_NAME} up -d