5 lines
42 B
Docker
5 lines
42 B
Docker
FROM nginx
|
|
COPY . /usr/share/nginx/html
|
|
|
|
|
FROM nginx
|
|
COPY . /usr/share/nginx/html
|
|
|
|
|