mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-12-24 12:57:53 +08:00
improved docker test environment (#153)
* Test environment enhancement - @osteensco
This commit is contained in:
10
test_env/run/docker-compose.yaml
Normal file
10
test_env/run/docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
# run from root dir
|
||||
services:
|
||||
projenv:
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: test_env/run/Dockerfile
|
||||
container_name: sugardb_test_env_run
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
Reference in New Issue
Block a user