Files
karkarcar-astro/update.sh
2025-06-20 17:55:27 +02:00

10 lines
128 B
Bash
Executable File

#!/bin/bash
# Update the project
git pull
# Build the project
docker compose build
# Restart the project
docker compose up -d