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