Update README.md

This commit is contained in:
SmileRex
2025-01-24 15:23:46 +03:00
committed by GitHub
parent f579660134
commit 7c9509ae4a

View File

@@ -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")
```
```