diff --git a/cloudron-app-build-instructions.md b/cloudron-app-build-instructions.md index 92bc761..28ade46 100644 --- a/cloudron-app-build-instructions.md +++ b/cloudron-app-build-instructions.md @@ -1,16 +1,25 @@ -# Log in to Docker +# Instructions to build/install custom cloudron application + +### Log in to Docker +``` sudo docker login +``` -# Build the docker image: +### Build the docker image +``` sudo docker build -t /: . +``` -# Push to Docker +### Push to Docker +``` sudo docker push : +``` -# Install to Cloudron +### Install to Cloudron +``` cloudron install --image /: -Location: - +Location: +```