2 lines
40 B
Docker
2 lines
40 B
Docker
FROM nginx
|
|
COPY . /usr/share/nginx/html
|
FROM nginx
|
|
COPY . /usr/share/nginx/html
|