3 lines
94 B
Text
3 lines
94 B
Text
|
FROM nginx
|
||
|
ADD public /usr/share/nginx/html/docs
|
||
|
ADD nginx.conf /etc/nginx/conf.d/default.conf
|