mirror of
https://github.com/gomods/athens
synced 2026-02-03 14:20:31 +00:00
* Adding ability to run all tests inside docker containers * Adding test dockerfile * Small changes to the testing sections
8 lines
78 B
Docker
8 lines
78 B
Docker
FROM golang:1.11
|
|
|
|
RUN mkdir -p /athens/tests
|
|
|
|
WORKDIR /athens/tests
|
|
|
|
COPY . .
|