3 lines
55 B
Docker
3 lines
55 B
Docker
|
FROM docker.io/nginx
|
||
|
|
||
|
COPY public /usr/share/nginx/html
|