Files
SugarDB/windows_test_env/docker-compose.yaml
Dave McPherson 3ddbf1c00b RENAMENX Command Implementation (#149)
* Implemented of RENAMENX command - @DMcP89 
---------
Co-authored-by: Kelvin Clement Mwinuka <kelvinmwinuka@hotmail.co.uk>
2024-11-22 07:56:05 +08:00

13 lines
282 B
YAML

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