Skip to content

Commit

Permalink
Web: tweak path for meta env, to reduce load on start
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Mar 23, 2024
1 parent 7b5a8a8 commit 3f9ab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-base/scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -f $ENV_EXAMPLE_PATH ]; then
echo "Found example env at '$ENV_EXAMPLE_PATH', applying to codebase…"
import-meta-env \
--example $ENV_EXAMPLE_PATH \
--path '/app/www/**/*' \
--path '/app/www/index.html' \
--disposable || exit 1
else
echo 'No example env file found, skipping env import…'
Expand Down

0 comments on commit 3f9ab85

Please sign in to comment.