assayo/Dockerfile
2023-09-22 11:02:55 +03:00

4 lines
85 B
Docker

FROM nginx
COPY build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf