mirror of
https://github.com/penpot/penpot.git
synced 2026-02-14 15:43:14 +00: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.