From 4a3fe08fe7eddf94d2cc8f0a9eabc7cc45e65ba8 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Sun, 16 Jan 2022 12:45:50 -0600 Subject: [PATCH] update docker in readme add gitkeeps backin --- README.md | 2 +- app/cache/.gitkeep | 0 app/luclient/.gitkeep | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 app/cache/.gitkeep create mode 100644 app/luclient/.gitkeep diff --git a/README.md b/README.md index 250bfe2..2c9f93c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ docker run -d \ -p 8000:8000/tcp -v /path/to/unpacked/client:/app/luclient:rw \ -v /path/to/cachedir:/app/cache:rw \ # optional for persistent cache for conversions - aronwk/dlu-account_manager:refactor + aronwk/nexus-dashboard:latest ``` diff --git a/app/cache/.gitkeep b/app/cache/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/app/luclient/.gitkeep b/app/luclient/.gitkeep new file mode 100644 index 0000000..e69de29