zkt26/prepare-app.sh
2026-03-22 12:47:16 +01:00

9 lines
111 B
Bash

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