Add a makefil

This commit is contained in:
Shane Kilkelly 2017-02-22 09:23:01 +00:00
parent 4c78f400b2
commit 618c271039

12
server-ce/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