Deploy containerized Angular application to ECS Fargate – Docker
I have an Express JS Angular application that I am deploying to ECS Fargate. The application has a couple of process.env.ENVS that I need to pass into the application code through the Docker container. Initially I thought I can use…