Bugfix in nginx-openresty Dockerfile

This commit is contained in:
krish7919 (Krish) 2017-09-28 13:45:03 +02:00 committed by Krish
parent 99f5996881
commit 4ee5b4cfbc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apt-get update \
&& apt-get clean
COPY nginx.conf.template /usr/local/openresty/nginx/conf/nginx.conf
COPY nginx.lua.template /usr/local/openresty/nginx/conf/nginx.lua
COPY nginx_entrypoint.bash /
COPY nginx_openresty_entrypoint.bash /
# The following ports are the values we use to run the NGINX+3scale container.
# 80 for http, 8080 for the 3scale api, 8888 for health-check, 27017 for
# MongoDB