FROM openresty/openresty:1.17.8.2-focal ADD ./nginx.conf /openresty/ ADD ./app.lua /openresty/ WORKDIR /openresty RUN luarocks install lua-resty-template CMD export DBIP=`getent hosts tfb-database | awk '{ print $1 }'` && \ nginx -c /openresty/nginx.conf