built.sh 109 B

1234
  1. #!/bin/bash
  2. docker build -f base/Dockerfile -t nginx_agent_base:latest .
  3. docker build -t nginx_agent:1.0.0 .