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