Dockerizing and Deploying Nuxt.js SSR Apps To AWS ECS
For the past few hours, I've been working on dockerizing a Nuxt.js server-side rendering app to be deployed to AWS Elastic Container Service (ECS). I hit a stone wall when environment variables are not properly injected on runtime on ECS.
In this pos...
melvinkoh.me
오서연
Melvin, thank you for your post. I've got a question though.
As you mentioned in the post, If you are using AWS to deploy your Nuxt app, we could use AWS Parameter Store as an alternative to .env file. So, in that case, we don't have to have the .env file in our Docker container. So .env should be listed in your .dockerignore in this scenario. Am I right?
Just wanted to check if my assumptions are right.
Thank you.