This commit is contained in:
2026-03-21 22:08:36 -03:00
parent c377363943
commit b304bd0af9
3 changed files with 16 additions and 1 deletions

5
build-deploy.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git pull
docker build -t rendiciones:latest .
docker compose up -d