mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Docker parses environment variables literally, delivering quoted flags in the $PENPOT_FLAGS variable. This in turn leads to doubled quotes in the resulting config.js in front and after the flags, omitting them completely. This commit fixes this behaviour.