tamland / airsonic-refix

Modern web UI for Subsonic compatible servers
GNU Affero General Public License v3.0
304 stars 48 forks source link

Add build to the Docker container #107

Closed archekb closed 1 year ago

archekb commented 1 year ago

Add build to the Docker container

sentriz commented 1 year ago

:+1: :+1:

i've had the same change locally for ages image

archekb commented 1 year ago

Yes it's very helpful. You do not need setup environment for building last version on the server.

tamland commented 1 year ago

Wondering if this breaks build version/date embedding? The app is already built by CI and passed on to the docker build stage: https://github.com/tamland/airsonic-refix/blob/67bba86ad74fe4485dff3f201ede8dab403ffefb/.github/workflows/ci.yml#L15-L32

archekb commented 1 year ago

I was add arg VERSION for builder container. Now it should works correctly. And for manual buildings too.