From: Marcel van der Veldt Date: Tue, 3 Nov 2020 08:04:36 +0000 (+0100) Subject: Update Dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6d2e30daa6f189a5541ae34947b2cf268afcf787;p=music-assistant-server.git Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index 244842ac..b84bcad4 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM alpine:3.12 +WORKDIR /usr/src/ + # Install packages RUN set -x \ && apk update \