goStatic
goStatic copied to clipboard
Dockerfile: Apply header-config-path
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?
@mikaelf add:
CMD ["-header-config-path", "string"]
Thanks, I'll give it a try!
I think that more examples need to be added to README file. The currentily description is not clear on how to use tags with docker or inside dockerfile