Files
netology-devops/src/homework/05-virtualization/5.3/nginx/Dockerfile

5 lines
117 B
Docker

FROM nginx:1.21.6-alpine
COPY site.conf /etc/nginx/conf.d/default.conf
COPY index.html /var/www/netology/index.html