docs: add docker build & run steps

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-01-22 17:03:42 +00:00
parent c7b626bef0
commit 78ae699342
No known key found for this signature in database
GPG Key ID: 8949679922214342

View File

@ -24,6 +24,18 @@ yarn run lint
quasar build
```
## Docker
### Build the docker image
```bash
docker build -t branle .
```
### Run the container
```bash
docker run -d -p 8080:80 --name branle branle
```
### Customize the brand
Edit `customize.json` and replace the colors, icon, name and dark mode setting.
When setting the dark mode, you can also set the colors `"dark-page"` and `"dark"`.