From fe309577a1e04e17a1681002f83369c6f65aeefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 2 Feb 2023 07:22:56 +0200 Subject: [PATCH] Initial commit --- .drone.yml | 2 ++ Dockerfile | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .drone.yml create mode 100644 Dockerfile diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c650ef9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,2 @@ +kind: template +load: docker-multiarch.yaml diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5f91776 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM alpine +RUN apk add --no-cache mpd +ENTRYPOINT /usr/bin/mpd