7 lines
159 B
Makefile
7 lines
159 B
Makefile
export DOCKER_HOST := ssh://las1.local
|
|
|
|
default: build
|
|
|
|
build:
|
|
docker build -t sneak/adchpp --build-arg UBUNTU_MIRROR="http://us.archive.ubuntu.com/ubuntu" .
|