mirror of https://github.com/LemmyNet/lemmy.git
6 lines
92 B
Bash
6 lines
92 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
git pull
|
||
|
docker-compose -f dev/docker-compose.yml up -d --no-deps --build
|