mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-12-24 12:57:53 +08:00
11 lines
203 B
YAML
11 lines
203 B
YAML
# run from root dir
|
|
services:
|
|
projenv:
|
|
build:
|
|
context: ../..
|
|
dockerfile: test_env/run/Dockerfile
|
|
container_name: sugardb_test_env_run
|
|
stdin_open: true
|
|
tty: true
|
|
|