index
:
waybar-mpris
master
new-fmt
Fork of waybar-mpris with some improvements
Yaroslav de la Peña Smirnov <yps@yaroslavps.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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