From a7a67c775c5bbc0eb208c2387b1e2e55a9059505 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 13 Aug 2021 15:54:06 +0200 Subject: [PATCH] Merge pull request #4710 from overleaf/import-public-pr-941 [Imported] [misc] change README for testing copybara import, (#941) GitOrigin-RevId: 34f7887c0a5ca21a7026a6734d33efee507a307a --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7737608c..4dafa90045 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,12 @@ dependencies, and it's nice to not have to rebuild all of that every time. The `sharelatex/sharelatex` image extends the base image and adds the actual Overleaf code and services. -Use `make build-base` and `make build-community` to build these images. +Use `make build-base` and `make build-community` from `server-ce/` to build these images. We use the [Phusion base-image](https://github.com/phusion/baseimage-docker) (which is extended by our `base` image) to provide us with a VM-like container in which to run the Overleaf services. Baseimage uses the `runit` service -manager to manage services, and we add our init-scripts from the `./runit` +manager to manage services, and we add our init-scripts from the `server-ce/runit` folder.