environment variable not overriding for production
I have set env variables on docker-compose.yml file, but it still takes default value which is empty string
This is my config:
for production I am building with "npm run build"
nuxt is running in docker container.
And I set my environment variables via docker-compose.yml file like this:
This is my config:
for production I am building with "npm run build"
nuxt is running in docker container.
And I set my environment variables via docker-compose.yml file like this:
