Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Oct 5, 2024
1 parent 1e8d62f commit a43c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/docker/production/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
yarn_static="--no-process-static"
fi

wger bootstrap yarn_static
wger bootstrap $yarn_static

# Collect static files
if [ "$DJANGO_CLEAR_STATIC_FIRST" == "False" ]; then
Expand Down

0 comments on commit a43c3af

Please sign in to comment.