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/rebuild.sh
T

6 lines
105 B
Bash
Raw Normal View History

2025-07-04 19:11:47 +03:00
#!/bin/bash
file=development.yml
docker compose -f $file down && docker compose -f $file up --build -d