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:
8
test_env/test/Dockerfile
Normal file
8
test_env/test/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# run docker-compose from root dir
|
||||
FROM golang:latest
|
||||
|
||||
WORKDIR /testspace
|
||||
|
||||
COPY . ./
|
||||
|
||||
CMD make test;
|
||||
Reference in New Issue
Block a user