sugardb/test_env/run/docker-compose.yaml

11 lines
203 B
YAML
Raw Normal View History

# run from root dir
services:
projenv:
build:
context: ../..
dockerfile: test_env/run/Dockerfile
container_name: sugardb_test_env_run
stdin_open: true
tty: true