update build/install instructions
This commit is contained in:
parent
ec40140f8c
commit
f9cc0faa12
@ -48,7 +48,7 @@ Environment variables:
|
|||||||
### Pre-built bundle
|
### Pre-built bundle
|
||||||
|
|
||||||
Pre-built bundles can be found in the [Actions](https://github.com/tamland/airsonic-frontend/actions)
|
Pre-built bundles can be found in the [Actions](https://github.com/tamland/airsonic-frontend/actions)
|
||||||
tab. Download/extract artifact and serve with your favourite web server.
|
tab. Download/extract artifact and serve with any web server such as nginx or apache.
|
||||||
|
|
||||||
### Build from source
|
### Build from source
|
||||||
|
|
||||||
@ -59,6 +59,11 @@ $ yarn build
|
|||||||
|
|
||||||
Bundle can be found in the `dist` folder.
|
Bundle can be found in the `dist` folder.
|
||||||
|
|
||||||
|
Build docker image:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ docker build -f docker/Dockerfile .
|
||||||
|
```
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user