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.