docs: update README and file paths

This commit is contained in:
Rainer Killinger
2022-03-10 11:45:57 +01:00
parent 9537833247
commit 0edc598667
2 changed files with 12 additions and 6 deletions

View File

@@ -11,10 +11,16 @@ This project can be used to generate mobile device apps (Android / iOS) and the
## Docker
Build an image from Dockerfile in this project
Use weelkly updated image from this repo
```bash
sudo docker build -t openstapps-art .
docker pull registry.gitlab.com/openstapps/app-release-template:latest
```
Or build your own image from Dockerfile within this project
```bash
docker build -t openstapps-art .
```
## Usage