5 lines
91 B
Docker
5 lines
91 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|
|
COPY ./hosts /etc/nginx/conf.d/
|