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