4 lines
88 B
Docker
4 lines
88 B
Docker
|
FROM nginx
|
||
|
COPY site /usr/share/nginx/html
|
||
|
COPY config/nginx.conf /etc/nginx/nginx.conf
|