mirror of
https://github.com/gomods/athens
synced 2026-02-05 23:00:56 +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 . .
|