3 lines
52 B
Docker
3 lines
52 B
Docker
|
FROM nginx:1.20.0
|
||
|
COPY public /usr/share/nginx/html
|