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