pierre pook
Results
1
issues of
pierre pook
The docker-server.sh entrypoint I believe has a bug ``` # Add the keystore password to server configuration if [ ! -e $keystorePath ]; then sed "s|REPLACE|$PASSWORD|g" $SNIPPETS_SOURCE/keystore.xml > $SNIPPETS_TARGET_DEFAULTS/keystore.xml fi...