3 lines
62 B
Docker
3 lines
62 B
Docker
|
FROM docker.io/nginx:latest
|
||
|
COPY html/ /usr/share/nginx/html/
|