3 lines
52 B
Docker
3 lines
52 B
Docker
|
FROM nginx:alpine
|
||
|
COPY ./www/ /usr/share/nginx/html
|