moved files from docker-image imported repo to root

This commit is contained in:
mserranom
2020-02-17 13:56:49 +01:00
parent 731b0d5918
commit 93dce40328
41 changed files with 0 additions and 0 deletions
+12
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