From f02c16c57c059e49abefe49d94eaaf59b3b4eb66 Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Sat, 19 Dec 2015 20:57:10 +0100 Subject: [PATCH] bugfix: double quotes instead of single quotes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1039332..a4eea70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ADD start.sh /start.sh RUN chown couchpotato: /start.sh \ && chmod 755 /start.sh -VOLUME ['/datadir', '/media'] +VOLUME ["/datadir", "/media"] EXPOSE 8080