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