We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ca37c commit 78098ccCopy full SHA for 78098cc
entrypoint.sh
@@ -24,6 +24,7 @@ export QGS_EXT=${QGS_EXT}
24
export FCGI_INSTANCES=${FCGI_INSTANCES}
25
export SLEEP_INTERVAL=${SLEEP_INTERVAL}
26
export DEFAULT_QGIS_SERVER_URL=${DEFAULT_QGIS_SERVER_URL}
27
+export PG_DB_SCHEMA=${PG_DB_SCHEMA}
28
EOF
29
echo "$CRON_SCHEDULE . $HOME/.cron_env; /app/qgs_cache_preseed.sh >/proc/1/fd/1 2>/proc/1/fd/2" | crontab -
30
0 commit comments