mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +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.