My own modifications. Enjoy!

- Bronze
This commit is contained in:
2023-08-13 01:50:00 -04:00
parent 8fb03c885c
commit 3e64b4b2dd
13 changed files with 224 additions and 182 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
docker compose down
docker compose pull db
#docker build -t pleroma . --build-arg PLEROMA_VER=develop --no-cache
docker compose build web --no-cache
docker compose up -d