-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker #136
base: main
Are you sure you want to change the base?
Docker #136
Conversation
While we can't update the runtime files are part of our docker containers, nothing prevents someone from using a java container with Wylx mounted and updating that mounted volume
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything except env comment lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know WylxEnvConfig.java is currently just the .env files but I strongly feel that this belongs in there setting a variable instead of being a method that is called any time we check if Wylx is running in docker. Its not like thats going to change mid run, its an env variable and as such should be in the same file.
No automated action to create or upload these yet. Will do in a separate PR.