diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-15 22:15:45 +0000 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-15 22:15:45 +0000 |
commit | bda0879199f5cecda3b71b1273784775bf8621b7 (patch) | |
tree | c7f40c9d9edf45a70193812465de5c46d56d8c60 /Dockerfile | |
parent | 937769e2f706600d87ed37580fda08456a6df9d9 (diff) | |
download | waybar-mpris-bda0879199f5cecda3b71b1273784775bf8621b7.tar.gz waybar-mpris-bda0879199f5cecda3b71b1273784775bf8621b7.zip |
add drone/buildrone
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..9e5a2f7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM golang:latest + +COPY . /opt/build + +RUN cd /opt/build && go build *.go + |