6 lines
93 B
Docker
6 lines
93 B
Docker
FROM nginx:alpine
|
|
|
|
COPY web-dashboard/index.html /usr/share/nginx/html/index.html
|
|
|
|
EXPOSE 80
|