aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.web
blob: 8e1f7ddbe8b7b6e60838dcefe4a5ff211af05863 (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
#

FROM nginx:alpine
LABEL maintainer="Lee Chee Yang <chee.yang.lee@intel.com>"
COPY docker/nginx-ssl-edited.conf /etc/nginx/nginx.conf