As a Copilot user, I have a Rails/React app which is currently using Puma as the app server and Nginx as the web server. Nginx is currently installed in the app Dockerfile and launched in the Docker entrypoint. I'd like the run Nginx as a sidecar instead. However, since I need to also have the React and Active Admin assets compiled and included in the Nginx image, it means that I would be updating that image somewhat frequently, and it's somewhat of a pain to do that as Copilot doesn't handle updating sidecar images automatically.
As a Copilot user, I have a Rails/React app which is currently using Puma as the app server and Nginx as the web server. Nginx is currently installed in the app Dockerfile and launched in the Docker entrypoint. I'd like the run Nginx as a sidecar instead. However, since I need to also have the React and Active Admin assets compiled and included in the Nginx image, it means that I would be updating that image somewhat frequently, and it's somewhat of a pain to do that as Copilot doesn't handle updating sidecar images automatically.