Dockerfile 101 B

12345
  1. FROM proxy_nginx_server_base:latest
  2. COPY ./src /work/nginx_agent/src
  3. WORKDIR /work/nginx_agent/src