3 lines
48 B
Docker
3 lines
48 B
Docker
FROM nginx
|
|
COPY ./content /usr/share/nginx/html
|
FROM nginx
|
|
COPY ./content /usr/share/nginx/html
|