mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-14 12:02:18 +00:00
3 lines
83 B
Bash
3 lines
83 B
Bash
#!/bin/sh
|
|
# env DOCKER_BUILDKIT=1
|
|
docker build --no-cache -t mc303/phpipam-agent .
|