mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Bugfix in nginx-openresty Dockerfile
This commit is contained in:
parent
99f5996881
commit
4ee5b4cfbc
@ -7,7 +7,7 @@ RUN apt-get update \
|
|||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
COPY nginx.conf.template /usr/local/openresty/nginx/conf/nginx.conf
|
COPY nginx.conf.template /usr/local/openresty/nginx/conf/nginx.conf
|
||||||
COPY nginx.lua.template /usr/local/openresty/nginx/conf/nginx.lua
|
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.
|
# 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
|
# 80 for http, 8080 for the 3scale api, 8888 for health-check, 27017 for
|
||||||
# MongoDB
|
# MongoDB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user