Dockerfile 128 B

12345
  1. FROM nginx:latest
  2. COPY ./default.conf /etc/nginx/conf.d/default.conf
  3. COPY ./bashrc /root/.bashrc
  4. COPY ./inputrc /root/.inputrc