mirror of
https://github.com/netbirdio/kubernetes-demo.git
synced 2026-05-22 18:44:35 -07:00
5 lines
120 B
Docker
5 lines
120 B
Docker
FROM nginx:alpine
|
|
COPY index.html /usr/share/nginx/html/index.html
|
|
COPY assets/ /usr/share/nginx/html/assets/
|
|
EXPOSE 80
|