You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Could you make docker file install all dependencies and then publish docker image for it? Would love to host it on my home server, but me having to build it myself everytime seems like a big hassle.
Describe alternatives you've considered
Building it myself, but it's a lengthy process
Additional context
The text was updated successfully, but these errors were encountered:
We can add a separate Dockerfile target stage which isolates from the development Dockerfile default stage but is still contained within the same file. We can then CICD releases to the GH repo registry (insane free tier for public repos) where people can pull from the ghcr.io namespace. @1337LutZ let me know if this is something we'd want to go for and I can cook something up.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Could you make docker file install all dependencies and then publish docker image for it? Would love to host it on my home server, but me having to build it myself everytime seems like a big hassle.
Describe alternatives you've considered
Building it myself, but it's a lengthy process
Additional context
The text was updated successfully, but these errors were encountered: