Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 212 Bytes

DOCKER.md

File metadata and controls

9 lines (6 loc) · 212 Bytes

Personal notes for publishing new versions of the bot with Docker:

Build new container

docker build -t ornatot/lemmy-automoderator .

Publish image

docker login

docker push ornatot/lemmy-automoderator