FROM nginx:latest COPY ./bashrc /root/.bashrc COPY ./inputrc /root/.inputrc COPY ./index.html /var/www/html/index.html # COPY ./default.conf /etc/nginx/conf.d/default.conf COPY ./default.conf /etc/nginx/nginx.conf