Files
Software Shinobi aa880afc23
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
automated push from the terminal
2025-06-18 09:50:07 -04:00

18 lines
128 B
Bash

#!/bin/bash
set -e
set -x
reset
clear
docker-compose build
docker-compose pull
docker-compose down
docker-compose up -d