mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
git pull
|
|
docker-compose up -d --no-deps --build
|