Files
SugarDB/windows_test_env/docker-compose.yaml
Kelvin Mwinuka 703ad2a802 Rename the project to SugarDB. (#130)
Renames project to "SugarDB" - @kelvinmwinuka
2024-09-22 21:31:12 +08:00

11 lines
201 B
YAML

# run from root dir
services:
test:
build:
context: ..
dockerfile: windows_test_env/Dockerfile
container_name: sugardb_win_test_env
stdin_open: true
tty: true