mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add a makefil
This commit is contained in:
parent
4c78f400b2
commit
618c271039
1 changed files with 12 additions and 0 deletions
12
server-ce/Makefile
Normal file
12
server-ce/Makefile
Normal 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
|
Loading…
Reference in a new issue