mirror of
https://github.com/penpot/penpot.git
synced 2026-08-10 23:08:41 +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.