5 lines
98 B
Docker
5 lines
98 B
Docker
FROM nginx:stable
|
|
COPY default.conf /etc/nginx/conf.d/
|
|
COPY dist/hv2-ui/* /usr/share/nginx/html/
|
|
|