improved docker test environment (#153)

* Test environment enhancement - @osteensco
This commit is contained in:
osteensco
2024-11-26 06:20:01 -06:00
committed by GitHub
parent 64ef34fa81
commit 3b15061dbc
11 changed files with 9813 additions and 9368 deletions

8
test_env/test/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
# run docker-compose from root dir
FROM golang:latest
WORKDIR /testspace
COPY . ./
CMD make test;