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
Raw Normal View History

2019-04-26 15:49:14 +00:00
#!/bin/sh
set -e
2019-04-17 23:55:57 +00:00
git pull
docker-compose up -d --no-deps --build