mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
docker: build & run the container in production mode
This is leaner (no development dependencies are included in the container) and faster (among other things, assets are minified & compressed).
This commit is contained in:
parent
be3d158402
commit
5ade38c86b
2 changed files with 5 additions and 3 deletions
|
@ -16,6 +16,7 @@ docker pull etherpad/etherpad:1.8.0
|
|||
|
||||
If you want to use a personalized settings file, **you will have to rebuild your image**.
|
||||
All of the following instructions are as a member of the `docker` group.
|
||||
By default, the Etherpad Docker image is built and run in `production` mode: no development dependencies are installed, and asset bundling speeds up page load time.
|
||||
|
||||
### Rebuilding with custom settings
|
||||
Edit `<BASEDIR>/settings.json.docker` at your will. When rebuilding the image, this file will be copied inside your image and renamed to `setting.json`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue