aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 9e5a2f72f0020cb8bdae93a47d2bbf64b92674ef (plain)
1
2
3
4
5
6
FROM golang:latest

COPY . /opt/build

RUN cd /opt/build && go build *.go