Files
athens/Dockerfile.test
Aaron Schlesinger c2647da423 Adding ability to run all tests inside docker containers (#973)
* Adding ability to run all tests inside docker containers

* Adding test dockerfile

* Small changes to the testing sections
2019-02-15 19:16:02 +01:00

8 lines
78 B
Docker

FROM golang:1.11
RUN mkdir -p /athens/tests
WORKDIR /athens/tests
COPY . .