mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-04 10:36:11 +00:00
fc6bd5ad83
- Fixes #197
6 lines
92 B
Bash
Executable file
6 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
git pull
|
|
docker-compose -f dev/docker-compose.yml up -d --no-deps --build
|