mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
13 lines
200 B
Makefile
13 lines
200 B
Makefile
|
# 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
|