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