Issue
As an individual user, I am using Docker to install Appsmith. I am unsure where to find the source code and the container path for the Appsmith build.
Resolution
To install Appsmith using Docker, you can follow the instructions provided in the documentation at docs.appsmith.com. The build is contained in a Docker container, which can be run locally or on a private instance.
To locate the container path, you can use the command "docker ps" to list all running containers on your system. From there, you can locate the Appsmith container and use the "docker inspect" command to view its details, including the container path.
Overall, installing Appsmith using Docker is a straightforward process that provides a flexible and scalable solution for hosting the platform on your own infrastructure.