From 5cf697e6fc2cdd6795fd6b85ae9f29d402e862c7 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Tue, 2 Jul 2019 15:22:03 +1000 Subject: [PATCH] Fix Dockerfile --- run_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_docker.sh b/run_docker.sh index 454e5fbd..438b9c55 100755 --- a/run_docker.sh +++ b/run_docker.sh @@ -2,7 +2,7 @@ ID=$(docker ps -q) docker kill $ID sleep 1 docker run -d -p 127.0.0.1:8888:80 \ - --mount type=bind,source=/home/cmc/cmc-sales/app/webroot/pdf,target=/var/www/cmc-sales/app/webroot/pdf + --mount type=bind,source=/home/cmc/cmc-sales/app/webroot/pdf,target=/var/www/cmc-sales/app/webroot/pdf \ --mount type=bind,source=/home/cmc/cmc-sales/app/webroot/attachments_files,target=/var/www/cmc-sales/app/webroot/attachments_files \ --mount type=bind,source=/mnt/vault/emails,target=/var/www/emails \ --mount type=bind,source=/mnt/vault/vaultmsgs,target=/var/www/vaultmsgs \