5 lines
143 B
Docker
5 lines
143 B
Docker
FROM nginx:1.29-alpine
|
|
|
|
COPY default.conf.template /etc/nginx/templates/default.conf.template
|
|
COPY index.html /usr/share/nginx/html/index.html
|