mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
5 lines
117 B
Docker
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
|