Add dev image compose example

This commit is contained in:
askiiart 2023-09-05 20:43:17 -05:00
parent 64278c0022
commit 44da56ddaa
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01

View file

@ -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.