# Origin: https://hub.docker.com/r/openresty/openresty
# Copyright (C) 2016-2020  Eric D. Evan Wies
# SPDX-License-Identifier: MulanPSL-2.0+
# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.

ARG BASE_IMAGE
FROM ${BASE_IMAGE}

# add nginx.conf that refreshed redis ips to the image
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf
