How to run one server docker container before client container – Nginx
I have a fairly complex application where I have next js on the client and on the backend I have graphql and I have nginx as a reverse proxy. I am using next JS incremental static site regeneration functionality on…