mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add a makefil
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user