docs: add docker build and push instructions to README
This commit is contained in:
12
README.md
12
README.md
@@ -92,6 +92,18 @@ docker-compose down
|
||||
docker-compose build --no-cache
|
||||
```
|
||||
|
||||
## Deploy
|
||||
|
||||
### Build y Push a Registry
|
||||
|
||||
```bash
|
||||
# Construir imagen
|
||||
docker build -t gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro .
|
||||
|
||||
# Push al registry
|
||||
docker push gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro
|
||||
```
|
||||
|
||||
### Desarrollo local
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user