rtdi / AppContainer

A Docker container to build and deploy Web-Apps
GNU General Public License v3.0
7 stars 5 forks source link

Properly enquote env vars in Readme #24

Closed kasimos closed 3 years ago

kasimos commented 3 years ago

Depending on the shell that is used additional = inside of the env variable value might be interpreted in different ways. To ensure a consistent and correct usage I added double quotes around the jdbc strings that might have = inside of them to select a DB