Instructions merged with Readme.md

This commit is contained in:
Anthony Hughes 2024-03-22 18:57:29 +00:00
parent a07b790589
commit d61cfe632c
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
# Instructions to build/install custom cloudron application
### Log in to Docker
```
sudo docker login
<username>
<password>
```
### Build the docker image
```
sudo docker build -t <username>/<repository>:<tag> .
```
### Push to Docker
```
sudo docker push <repository>:<tag>
```
### Install to Cloudron
```
cloudron install --image <username>/<repository>:<tag>
Location: <app.domain.tld>
```