This commit is contained in:
2020-03-04 21:19:37 -08:00
parent bdfb1f706a
commit ff137674fe
5 changed files with 139 additions and 1 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
default: build
build:
docker build \
-t sneak/discourse \
--build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" \
.