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.