From 03f3adbeab55c5dc441a84585879cbc1c51a3276 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 13 Oct 2019 10:52:42 +1300 Subject: [PATCH] Removing COPY --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3059256..51a60aa0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM debian:buster-slim -COPY . /iris - RUN set -ex \ # Official Mopidy install for Debian/Ubuntu along with some extensions # (see https://docs.mopidy.com/en/latest/installation/debian/ )