Need to copy .env file to get the env variables
I’m having issues getting env vars in my Vite/Vue applications. Is it normal that I need to copy over my .env
file in my container? Or am I doing something wrong?
vue vite need to copy .env file to get the env variables
I’m having issues getting env vars in my vite / vue applications. Is it normal that i need to copy over my .env file in my container? Or am I doing something wrong?
Error on build Vue project by Vite in Docker on custom baseURL
I need to build Vue project into Docker that bundling by Vite
Front and backend will be deployed on the same domain
Because of that I have to set baseURL /front.