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