mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
docs: update README and file paths
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user