shell/Makefile

7 lines
137 B
Makefile
Raw Permalink Normal View History

2020-03-18 01:01:08 +00:00
export DOCKER_HOST := ssh://datavi.be
2020-03-02 05:24:20 +00:00
2020-03-18 01:01:08 +00:00
default: build
2020-03-02 05:24:20 +00:00
build:
docker build --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" .