Skip to content

Commit

Permalink
fix(docker-entrypoint.sh): properly quote "daemon off" argument in ng…
Browse files Browse the repository at this point in the history
…inx command
  • Loading branch information
ozeliurs committed Oct 8, 2024
1 parent a012bea commit c779906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-frontend/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ for file in /usr/share/nginx/html/*; do
fi
done

nginx -g daemon off;
nginx -g "daemon off;"

0 comments on commit c779906

Please sign in to comment.