discourse-docker/Makefile

9 lines
154 B
Makefile
Raw Permalink Normal View History

2020-03-05 05:19:37 +00:00
default: build
build:
docker build \
-t sneak/discourse \
--build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" \
2020-03-05 07:20:33 +00:00
. 2>&1 | tee -a build.log