nova-ui/Dockerfile
2022-12-04 07:02:30 +01:00

3 lines
77 B
Docker

FROM nginx:alpine
RUN rm /usr/share/nginx/html/*
COPY . /usr/share/nginx/html