Fix Docker volume mount

This commit is contained in:
René van Asperen
2024-05-09 00:42:23 +02:00
parent 2d0cb51e97
commit 4c5fd8ce3c

View File

@@ -11,7 +11,7 @@ start:
--hostname 127.0.0.1 \ --hostname 127.0.0.1 \
--publish 4242:4242 \ --publish 4242:4242 \
--name cardconjurer-client \ --name cardconjurer-client \
--volume ./:/usr/share/nginx/html/:ro \ --volume ./local_art/:/usr/share/nginx/html/local_art/:ro \
"cardconjurer-client" "cardconjurer-client"
stop: stop: