3 lines
42 B
Docker
3 lines
42 B
Docker
|
FROM nginx
|
||
|
COPY src /usr/share/nginx/html
|