Add a makefil

This commit is contained in:
Shane Kilkelly 2017-02-22 09:23:01 +00:00
parent 958ba76463
commit d739373892

12
Makefile Normal file
View file

@ -0,0 +1,12 @@
# Makefile
build-base:
docker build -f Dockerfile-base -t sharelatex/sharelatex-base .
build-community:
docker build -f Dockerfile -t sharelatex/sharelatex .
PHONY: build-base build-community