Dockerfile 215 B

1234567
  1. FROM nginx:latest
  2. COPY ./bashrc /root/.bashrc
  3. COPY ./inputrc /root/.inputrc
  4. COPY ./index.html /var/www/html/index.html
  5. # COPY ./default.conf /etc/nginx/conf.d/default.conf
  6. COPY ./default.conf /etc/nginx/nginx.conf