Replaced this with the dockerfile in root

This commit is contained in:
dannyrb 2019-05-04 21:51:09 -04:00
parent d9ee7dd3b3
commit 9f9e8c9635

View File

@ -1,9 +0,0 @@
FROM openresty/openresty:alpine-fat
RUN mkdir /var/log/nginx
RUN apk add --no-cache openssl-dev
RUN apk add --no-cache git
RUN apk add --no-cache gcc
RUN luarocks install lua-resty-openidc
ENTRYPOINT ["/usr/local/openresty/nginx/sbin/nginx", "-g", "daemon off;"]