mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
add dev readme
This commit is contained in:
parent
4b1a240e17
commit
d3573d1f54
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ A docker compose file is provided in the project. Please first copy `.env.defaul
|
|||
docker compose up -d # will build and start the docker container on port 9001 with development settings.
|
||||
```
|
||||
|
||||
Starting dev server:
|
||||
|
||||
```
|
||||
docker compose exec app bash -c "./src/bin/run.sh"
|
||||
```
|
||||
|
||||
For production, please create your own docker compose file and change the `target` property in the build section to `production`, for instance:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue