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

5 lines
66 B
Bash
Executable file

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