# Instructions to build/install custom cloudron application ### Log in to Docker ``` sudo docker login ``` ### Build the docker image ``` sudo docker build -t /: . ``` ### Push to Docker ``` sudo docker push : ``` ### Install to Cloudron ``` cloudron install --image /: Location: ```