Fixes [31877](https://github.com/appsmithorg/appsmith/issues/31877) ``` sudo docker run -it -d --name ap -e APPSMITH_LOG_DIR=/logs --pull always appsmith/appsmith-dp:ce-31926 (base) ➜ appsmith-ee git:(release) ✗ docker exec -it -u root ap bash root@3d17510be0d7:/opt/appsmith# ls /logs/* /logs/backend: backend-3d17510be0d7.log /logs/editor: access-3d17510be0d7.log error-3d17510be0d7.log /logs/rts: rts-3d17510be0d7.log root@3d17510be0d7:/opt/appsmith# ``` |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.