mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
4 lines
101 B
Docker
4 lines
101 B
Docker
FROM nginx:alpine
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY public/ /usr/share/nginx/html/
|