aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/sopel/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com/sopel/run.sh')
-rwxr-xr-xterminaldweller.com/sopel/run.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/terminaldweller.com/sopel/run.sh b/terminaldweller.com/sopel/run.sh
new file mode 100755
index 0000000..0f305e8
--- /dev/null
+++ b/terminaldweller.com/sopel/run.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env sh
+
+docker run \
+ -e PUID=1000 \
+ -e PGID=1000 \
+ -v ./.sopel/:/home/sopel/.sopel/ \
+ -e EXTRA_PYPI_PACKAGES="sopel-modules.weather sopel-modules.cryptocurrency sopel-modules.urban" \
+ -ti \
+ sopelirc/sopel