lemmy/docker_update.sh

6 lines
66 B
Bash
Executable File

#!/bin/sh
set -e
git pull
docker-compose up -d --no-deps --build