Skip to content

Commit

Permalink
Merge pull request #39 from Kong/fix/copy
Browse files Browse the repository at this point in the history
fix(copyright) include the Kong COPYRIGHT
  • Loading branch information
kikito authored Apr 2, 2019
2 parents 0e92a35 + 347d524 commit 8fa2d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pushd /kong
cp kong.conf.default /tmp/build/etc/kong/kong.conf.default
popd

cp /kong/COPYRIGHT /tmp/build/usr/local/kong/
cp /kong/bin/kong /tmp/build/usr/local/bin/kong
sed -i.bak 's@#!/usr/bin/env resty@#!/usr/bin/env /usr/local/openresty/bin/resty@g' /tmp/build/usr/local/bin/kong && \
rm /tmp/build/usr/local/bin/kong.bak
Expand Down

0 comments on commit 8fa2d46

Please sign in to comment.