docker-run.sh 237 B

12345
  1. set -e
  2. docker build . --target processor -t squid-processor
  3. # make sure the port matches .env.
  4. # For Linux, add --add-host=host.docker.internal:host-gateway
  5. docker run --rm -e DB_HOST=host.docker.internal --env-file=.env squid-processor