Skip to content

Commit

Permalink
nice symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 26, 2024
1 parent c1dbebe commit 1d6b70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ set -e

echo "▶️ Plone OCI-Image entrypoint entered"

echo "⚙️ fetch configuration from environment"
echo "🔀 get settings from environment variables"
/venv/bin/python /site/deployment/transform_from_environment.py -o $ZOPE_CONFIGURATION_FILE

echo " generate instance from configuration"
echo "🔧 generate Plone (Zope) instance configuration"
make zope-instance

if [[ "$1" == "start" ]]; then
Expand Down

0 comments on commit 1d6b70d

Please sign in to comment.