From 8faf9a423864b38e51d009917bc8ec54253d6ef2 Mon Sep 17 00:00:00 2001 From: Alexis 'Horgix' Chotard Date: Sun, 26 Jun 2016 18:25:41 +0200 Subject: [PATCH] Dockerfile: add -f argument to radicale --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47f4e9e..953dc09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ RUN wget ${TARBALL} \ && mkdir -p /etc/radicale \ && cp config /etc/radicale/config -CMD ["radicale", "-D", "-C", "/etc/radicale/config"] +CMD ["radicale", "-f", "-D", "-C", "/etc/radicale/config"]