I host a static site on Fly.io using goStatic and I want to use custom headers (by providing the argument `-header-config-path string`). This is the Dockerfile: ```docker FROM pierrezemb/gostatic COPY ./public/ /srv/http/ ``` Where can I specify the argument that goStatic reads on start?