mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-26 07:42:36 +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
|