zkt26/z1/prepare-app.sh
2026-03-22 13:29:11 +01:00

9 lines
111 B
Bash

#!/bin/bash
echo "stahujem obrazy..."
set -euo pipefail
docker compose pull
docker compose build --no-cache