1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-30 09:39:47 +02:00

Fix issues with postgres storage backend (#3647)

This commit is contained in:
Luck
2023-06-08 21:28:15 +01:00
parent 84bd2ee52a
commit 6d2a5a6317
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
### Docker Build instructions
1. Compile with Gradle
2. `cd standalone/loader/build/libs`
3. `docker build . -t luckperms:luckperms -f ../../../docker/Dockerfile`