Refer folks to moth-devel package now

This commit is contained in:
Neale Pickett 2021-01-29 17:41:13 -07:00
parent 44b0264c48
commit d5621b40fe
1 changed files with 2 additions and 2 deletions

View File

@ -25,12 +25,12 @@ so you can watch the access log and any error messages.
### Podman
podman run --rm -it -p 8080:8080 -v /srv/moth/puzzles:/puzzles:ro dirtbags/moth -puzzles /puzzles
podman run --rm -it -p 8080:8080 -v /srv/moth/puzzles:/puzzles:ro dirtbags/moth-devel
### Docker
docker run --rm -it -p 8080:8080 -v /srv/moth/puzzles:/puzzles:ro dirtbags/moth -puzzles /puzzles
docker run --rm -it -p 8080:8080 -v /srv/moth/puzzles:/puzzles:ro dirtbags/moth-devel
### Native