aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-12-10 22:05:29 +0000
committerMike Crute <mike@crute.us>2019-12-10 22:07:35 +0000
commitdfe9f958b4537d949c4c873239000a2c50c5c011 (patch)
treeb7389377bb6cc0f9ce16b6ac76d6dca4258c0b0b
parenta376a82fb3c986c0aa5799a740365c8a362f44d4 (diff)
downloaddockerfiles-dfe9f958b4537d949c4c873239000a2c50c5c011.tar.bz2
dockerfiles-dfe9f958b4537d949c4c873239000a2c50c5c011.tar.xz
dockerfiles-dfe9f958b4537d949c4c873239000a2c50c5c011.zip
moin: Fix PYTHONPATH
-rwxr-xr-xmoin/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/moin/entrypoint.sh b/moin/entrypoint.sh
index a762d66..6792c18 100755
--- a/moin/entrypoint.sh
+++ b/moin/entrypoint.sh
@@ -3,7 +3,7 @@
3set -e -x 3set -e -x
4 4
5export PATH="/usr/bin:$PATH" 5export PATH="/usr/bin:$PATH"
6export PYTHONPATH=/"srv/wiki-common/config" 6export PYTHONPATH="/srv/wiki-common/config"
7 7
8# Allow users to specify the UID/GID in the environment but 8# Allow users to specify the UID/GID in the environment but
9# default these to the existing owner of the files in their 9# default these to the existing owner of the files in their