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
This should be coming from the application launcher script:
# Loads a configuration file full of default command line options for this script.
loadConfigFile() {
cat "$1" | sed $'/^\#/d;s/\r$//' | sed 's/^-J-X/-X/' | tr '\r\n' ' '
}
The text was updated successfully, but these errors were encountered:
The docker container is still starting.
A better way would be to fail starting in case of such errors to avoid starting the application with a wrong configuration.
When publishing a docker container with ash (
enablePlugins(AshScriptPlugin, DockerPlugin)
), the fileapplication.ini
is not used.The
docker run
outputs the following error:This should be coming from the application launcher script:
The text was updated successfully, but these errors were encountered: