From c5f147a78c9a95238637c0bc2c0a66e54273e059 Mon Sep 17 00:00:00 2001 From: moanos Date: Fri, 27 Sep 2024 19:48:18 +0200 Subject: [PATCH] docs: Add docker upload command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56b3e15..f013e0f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ Build latest image docker build . -t moanos/notfellchen:latest ``` +``` +docker push moanos/notfellchen:latest +``` + ``` docker run -p8000:7345 moanos/notfellchen:latest ```