nginx / nginx.org

Sources for the NGINX website and documentation
https://nginx.org
Other
48 stars 18 forks source link

Enhanced solution for local development with Docker. #17

Closed lcrilly closed 4 months ago

lcrilly commented 4 months ago

Updated docker-compose.yaml to watch for local changes and introduced dev.Dockerfile to enable the Docker (re)build. README.md now has a section dedicated to this workflow, separated from the local development with toolchain.

lcrilly commented 4 months ago

I don't think we want this to go as 2 commits. Please advise, and I'll close+resubmit if necessary.

y82 commented 4 months ago

yes, just one commit is good - you can change the existing commit with 'git commit --amend' and then force-push it with 'git push -f' (or closing and resubmitting is ok as well)

lcrilly commented 4 months ago

Replaced with https://github.com/nginx/nginx.org/pull/18