3 lines
45 B
Docker
3 lines
45 B
Docker
|
FROM nginx
|
||
|
COPY public /usr/share/nginx/html
|