mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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
|