mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
further refactoring
This commit is contained in:
parent
d3573d1f54
commit
3ef07e5d91
4 changed files with 15 additions and 5 deletions
|
@ -33,7 +33,7 @@ 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:
|
||||
For production, please create your own docker compose file and change the `target` property in the build section to `production`. In addition, change the NODE_ENV in environment to production. For instance:
|
||||
|
||||
```
|
||||
docker compose -f docker-compose-production.yml up -d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue