Created
December 24, 2020 01:50
-
-
Save jll90/49135ed9548db3c9ee1b767705aea199 to your computer and use it in GitHub Desktop.
Lua Nginx Module Authorization Dockerfile nginx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM fabiocicerchia/nginx-lua | |
COPY ./nginx.conf /etc/nginx/nginx.conf | |
RUN mkdir /etc/nginx/conf.d | |
RUN mkdir /etc/nginx/lua | |
COPY lua/. /etc/nginx/lua | |
CMD [ "nginx", "-g", "daemon off;" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment