mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-09-15 17:03:19 -05:00
Fix Docker volume mount
This commit is contained in:
2
Makefile
2
Makefile
@@ -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:
|
||||||
|
Reference in New Issue
Block a user