mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 01:44:02 +00:00
6f513793cb
* update activitypub-federation crate to 0.4.0 * fixes * apub compiles! * everything compiling! * almost done, federated follow failing * some test fixes * use release * add code back in
7 lines
113 B
Bash
Executable file
7 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
mkdir -p volumes/pictrs
|
|
sudo chown -R 991:991 volumes/pictrs
|
|
sudo docker-compose up -d --build
|