Replaced this with the dockerfile in root
This commit is contained in:
parent
d9ee7dd3b3
commit
9f9e8c9635
@ -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;"]
|
|
||||||
Loading…
Reference in New Issue
Block a user