Add dev image compose example
This commit is contained in:
parent
64278c0022
commit
44da56ddaa
1 changed files with 9 additions and 0 deletions
|
@ -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
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue