metacpan / metacpan-docker

DEVELOPMENT Docker configs for MetaCPAN
Artistic License 2.0
26 stars 23 forks source link

Fix quoting setting environment variables #93

Closed ssoriche closed 2 years ago

ssoriche commented 2 years ago

Docker started throwing error messages because of the dashes (-) that appear as part of of the environment variables being set. Adding double quotes around the setting fixes the error.

bodo-hugo-barwich commented 2 years ago

Hi @ssoriche the change in /.env file produced a breaking error in my system as documented at: wait-for-it.sh cannot start I needed to revert it on my system.

oalders commented 2 years ago

I think I've been seeing this issue locally as well. Thanks for pointing out the root cause.