2 lines
44 B
Docker
2 lines
44 B
Docker
|
FROM nginx
|
||
|
COPY public /usr/share/nginx/html
|