second pass at fixing psql compat while maintaining sqlite functionality

This commit is contained in:
William Kray
2025-06-29 10:14:54 -07:00
parent b8e3c0cc19
commit f4e4440122
2 changed files with 47 additions and 39 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
docker run \
docker run --rm \
-v "$PWD"/data:/data \
-v "$PWD":/opt/communitybot \
--user $UID:$GID \