-1 votes1 answer158 views
Docker environment variable exists during build but disappears at runtime
The image builds successfully and prints the variable in one build step, but the Node process sees undefined after deployment. Code example I am currently considering copying the value into the image with ENV . Is that safe for a server secret?
Code example
posted by Youssef El Amrani