2023-04-02 11:56:32 -04:00

4 lines
92 B
Docker

FROM nginx
COPY html/ /usr/share/nginx/html
COPY default.conf.template /etc/nginx/templates