Prep for docker
2 files changed, 10 insertions(+), 1 deletions(-) A Dockerfile M conf/nginx.conf
A Dockerfile => Dockerfile +9 -0
@@ 0,0 1,9 @@ FROM openresty/openresty:stretch LABEL maintainer="Benaiah Mischenko <benaiah@mischenko.com>" WORKDIR /app COPY . /app EXPOSE 80 \ No newline at end of file
M conf/nginx.conf => conf/nginx.conf +1 -1