whennemuth / bu-wp-docker

This repository comprises two docker build contexts for producing a final docker image for running containers that host BU wordpress websites.
0 stars 0 forks source link

Consider switching to envsubst instead of sed #12

Open whennemuth opened 8 months ago

whennemuth commented 8 months ago

I recently discovered envsubst, which is specifically designed to replace placeholders with environment variables. I think it's a little more specific than sed, which is great but also more general. I found an article on envsubst here:

https://skofgar.ch/dev/2020/08/how-to-quickly-replace-environment-variables-in-a-file/