From 1dbdc0dd893258be7cde60a7dbedbbd52bdd41bb Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 27 Sep 2020 10:25:10 +0300 Subject: [PATCH] Updated README file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bf91e72..d19de2c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ This image versioning is following Appwrite server versioning. This means that i This container supports all environment variables supplied by the original namshi SMTP Docker image. +## Build +```bash +docker build -t appwrite/smtp:1.1.0 . +``` + +## Push +```bash +docker push appwrite/smtp:1.1.0 +``` + ## Find Us * [GitHub](https://github.com/appwrite)