mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-15 15:09:55 +00:00
4 lines
67 B
Docker
4 lines
67 B
Docker
FROM golang:onbuild
|
|
COPY config-example.json /usr/bin/config.json
|
|
|