Skip to content

Commit

Permalink
Add docker package to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjarkk committed Apr 24, 2024
1 parent 0e53be8 commit e740eab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ mini-mail-dev
**Docker**

```bash
docker build -t mini-mail-dev https://github.com/mjarkk/mini-mail-dev.git#main
docker run -it --rm -p 1080:1080 -p 1025:1025 mini-mail-dev
docker run -it --rm -p 1080:1080 -p 1025:1025 ghcr.io/mjarkk/mini-mail-dev:latest
```

**Git clone & Docker**
**Docker build**

```bash
git clone https://github.com/mjarkk/mini-mail-dev
Expand Down

0 comments on commit e740eab

Please sign in to comment.