From 4c5fd8ce3c0384e5c77d5aab711d5f55df1b5a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20van=20Asperen?= Date: Thu, 9 May 2024 00:42:23 +0200 Subject: [PATCH] Fix Docker volume mount --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dda72031..c86c74be 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ start: --hostname 127.0.0.1 \ --publish 4242:4242 \ --name cardconjurer-client \ - --volume ./:/usr/share/nginx/html/:ro \ + --volume ./local_art/:/usr/share/nginx/html/local_art/:ro \ "cardconjurer-client" stop: