This repository has been archived on 2026-01-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cover-letter-templater/scripts/rebuild.sh
T
2025-07-04 22:39:00 +03:00

7 lines
126 B
Bash
Executable File

#!/bin/bash
# Load variables
source ./var.sh
cd .. && docker compose -f $file down && docker compose -f $file up --build -d