2 lines
41 B
Docker
2 lines
41 B
Docker
|
FROM nginx
|
||
|
COPY www /usr/share/nginx/html
|