Files
2023-04-02 12:07:00 -04:00

4 lines
82 B
Docker

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