This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/docker_update.sh

6 lines
66 B
Bash
Executable File

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