4 lines
113 B
Docker
4 lines
113 B
Docker
FROM nginx
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY ./interface.html /usr/share/nginx/html/index.html
|