From 44da56ddaa7e330781e63f96b878ea0f09eb4d27 Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 5 Sep 2023 20:43:17 -0500 Subject: [PATCH] Add dev image compose example --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4eb9c8a..764d78e 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,13 @@ This image is built for development. It mounts the current directory to /data, i docker run -v .:/data docker.askiiart.net/askiiart/always-dungeons-testing ``` +```yaml +version: '3.7' +services: + hugo: + image: docker.askiiart.net/askiiart/discord-always-dungeons + volumes: + - .:/data +``` + Alternatively, you can just run `./build-and-push.sh`, which will apply the patch, build the image, and push it to the registry. Just make sure to fix the variables before running it.