Skip to content

Commit

Permalink
Merge pull request #1758 from keshavprasadms/release-3.0.0
Browse files Browse the repository at this point in the history
fix: copy kong custom defaults
  • Loading branch information
G33tha authored Jul 24, 2020
2 parents 8878fa1 + eec90dd commit 1cadb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/kong/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY plugins/$KONG_VERSION/jwt/* /usr/local/share/lua/5.1/kong/plugins/jwt/
#COPY plugins/$KONG_VERSION/prometheus/* /usr/local/share/lua/5.1/kong/plugins/prometheus/
COPY plugins/$KONG_VERSION/rate-limiting/policies/* /usr/local/share/lua/5.1/kong/plugins/rate-limiting/policies/
COPY templates/$KONG_VERSION/nginx_kong.lua /usr/local/share/lua/5.1/kong/templates/
COPY templates/$KONG_VERSION/kong_defaults.lua /usr/local/share/lua/5.1/kong/templates/

# ensure Kong logs go to the log pipe from our entrypoint and so to docker logging
RUN mkdir -p /usr/local/kong/logs \
Expand Down

0 comments on commit 1cadb4d

Please sign in to comment.