You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
filepizza/scripts/pull-and-run.sh

7 lines
157 B
Bash

#!/bin/bash
set -euo pipefail
sudo docker pull kern/filepizza:latest
sudo docker compose -f docker-compose.production.yml up -d
sudo docker compose logs -f