4 lines
94 B
Docker
4 lines
94 B
Docker
FROM nginx
|
|
COPY html/ /usr/share/nginx/html
|
|
COPY default.conf /etc/nginx/nginx.d/default.conf
|