Hi,
Your configuration is not as production-ready as it claims to be.
The current nginx configuration will not avoid falling into caching traps.
The reason you can't observe this trap is that you reload nginx with the container each time you build the app.
If you serve the container behind a reverse proxy, you will most likely serve the old version of the app despite running a new container.
Hi,
Your configuration is not as production-ready as it claims to be.
The current nginx configuration will not avoid falling into caching traps.
The reason you can't observe this trap is that you reload nginx with the container each time you build the app.
If you serve the container behind a reverse proxy, you will most likely serve the old version of the app despite running a new container.