serve
serve copied to clipboard
Cannot pass env variables from k8s cluster environment
Hello guys, Looks like there is no way to pass env variables not from the file. I've checked with printenv inside my container - variables are there, but when I run my built app with serve - it doesn't see it. Please assist
The same problem with docker compose. Only .env that i see in process are
FAST_REFRESH: true
NODE_ENV: "production"
PUBLIC_URL: "."
WDS_SOCKET_HOST: undefined
WDS_SOCKET_PATH: undefined
WDS_SOCKET_PORT: undefined
I am having the same scenario. Any solution?