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:
FROM pierrezemb/gostatic
COPY ./public/ /srv/http/
Where can I specify the argument that goStatic reads on start?
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:
Where can I specify the argument that goStatic reads on start?