From bd560df43353c0979892db98dec05ab940b00ed3 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Mon, 20 May 2019 18:24:54 +0300 Subject: [PATCH] data is no more in bugzilla4intranet git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b5f48b..523adbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN mkdir /home/data && \ cd /home && \ git clone -b beta https://github.com/vitalif/bugzilla-4intranet bugzilla && \ cd /home/bugzilla && \ - mv data /home/data/bugzilla && \ + mkdir /home/data/bugzilla && \ chown www-data:www-data /home/data/bugzilla && \ ln -s /home/data/bugzilla data