aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.web
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.web')
-rw-r--r--Dockerfile.web8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile.web b/Dockerfile.web
new file mode 100644
index 0000000..8e1f7dd
--- /dev/null
+++ b/Dockerfile.web
@@ -0,0 +1,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