From f9cc0faa127caf420af41c498c3624bf23249757 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Sat, 5 Dec 2020 10:54:03 +0100 Subject: [PATCH] update build/install instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4549da..f3c1940 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Environment variables: ### Pre-built bundle 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 @@ -59,6 +59,11 @@ $ yarn build Bundle can be found in the `dist` folder. +Build docker image: + +``` +$ docker build -f docker/Dockerfile . +``` ## Develop