Skip to content

Commit

Permalink
fix: make shutdown quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV authored Feb 8, 2024
1 parent a5ae0bf commit fa945a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

chown -R app:app /static

su app -c "/bin/gostatic --files /static --addr :80 $*"
exec su app -c "/bin/gostatic --files /static --addr :80 $*"

0 comments on commit fa945a0

Please sign in to comment.