mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:22:54 +00:00
3 lines
54 B
Docker
3 lines
54 B
Docker
FROM nginx:alpine
|
|
COPY public/ /usr/share/nginx/html/
|