4 lines
91 B
Docker
4 lines
91 B
Docker
FROM nginx
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY ./www /usr/share/nginx/html
|