From 7c9509ae4a2c77df0b03ac9a6683fae24ea15a7e Mon Sep 17 00:00:00 2001 From: SmileRex <78729299+RexReposit@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:23:46 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a8459..327b9df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ### Сборка ```go build``` +### Docker +```docker build -t smilerex/dickbot:latest .``` + ## ENVIRONMENT ```Go @@ -9,4 +12,4 @@ os.Getenv("DB_HOST") os.Getenv("DB_NAME") os.Getenv("DB_USER") os.Getenv("DB_PASS") -``` \ No newline at end of file +```