moved files from docker-image imported repo to root

This commit is contained in:
mserranom
2020-02-17 13:56:49 +01:00
parent 5e19658866
commit 276281e7e4
41 changed files with 0 additions and 0 deletions

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