I want build my vite project in docker container.
In docker file I set all environment variables and after that I run
npm run build
But I see, that environment variables are not available. How can I handle this problem?
I want build my vite project in docker container.
In docker file I set all environment variables and after that I run
npm run build
But I see, that environment variables are not available. How can I handle this problem?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)