discourse-docker/Makefile

9 lines
130 B
Makefile
Raw 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" \
.