mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
8 lines
78 B
Docker
8 lines
78 B
Docker
FROM golang:1.12
|
|
|
|
RUN mkdir -p /athens/tests
|
|
|
|
WORKDIR /athens/tests
|
|
|
|
COPY . .
|