adam-gui/vendor/github.com/creack/goselect/Dockerfile

6 lines
152 B
Docker
Raw Permalink Normal View History

2024-04-29 19:13:50 +02:00
FROM google/golang:stable
MAINTAINER Guillaume J. Charmes <guillaume@charmes.net>
CMD /tmp/a.out
ADD . /src
RUN cd /src && go build -o /tmp/a.out