lemmy/docker_update.sh
2019-04-26 17:49:14 +02:00

6 lines
66 B
Bash
Executable file

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