I want container support
I can try doing it myself...after I get to know how to use the project in general.
Describe the solution you'd like
Possible a one liner docker run... CLI command with two arguments (or more)
- path to the vault
- path to the static build export folder
Describe alternatives you've considered
Additional context
my main point is that I generally like to keep all the projects in containers, so I don't have to
- manage my PATH
- manage my /usr/bin
- have dependency hell
I am not sure if it is better to have it built from the source and have people to download whole rust and whole project to have the env, or is it ok to ship pre-build binaries inside a container?
I want container support
I can try doing it myself...after I get to know how to use the project in general.
Describe the solution you'd like
Possible a one liner
docker run...CLI command with two arguments (or more)Describe alternatives you've considered
Additional context
my main point is that I generally like to keep all the projects in containers, so I don't have to
I am not sure if it is better to have it built from the source and have people to download whole rust and whole project to have the env, or is it ok to ship pre-build binaries inside a container?