From d61cfe632cdda0d33631f1d1b11126b8e33026c0 Mon Sep 17 00:00:00 2001 From: Anthony Hughes Date: Fri, 22 Mar 2024 18:57:29 +0000 Subject: [PATCH] Instructions merged with Readme.md --- cloudron-app-build-instructions.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 cloudron-app-build-instructions.md diff --git a/cloudron-app-build-instructions.md b/cloudron-app-build-instructions.md deleted file mode 100644 index 28ade46..0000000 --- a/cloudron-app-build-instructions.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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: -``` -