aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/sopel/run.sh
blob: 0f305e8da5069dd5d2c4376e8b3b00dba3c7378b (plain) (blame)
1
2
3
4
5
6
7
8
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