adding a testing environment
This commit is contained in:
6
test/environment/docker-compose.yaml
git.filemode.normal_file
6
test/environment/docker-compose.yaml
git.filemode.normal_file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
ubuntu-shell:
|
||||
build: .
|
||||
mem_limit: ${MEM_LIMIT:-8g}
|
||||
stdin_open: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user