mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-12-02 10:03:16 +00:00
add bash to run dev-docker
This commit is contained in:
8
docker-dev.sh
Executable file
8
docker-dev.sh
Executable 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
|
||||
Reference in New Issue
Block a user