mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-04 22:46:17 +00:00
6 lines
66 B
Bash
Executable file
6 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
git pull
|
|
docker-compose up -d --no-deps --build
|