Changed .env to backend uri var passed while building the docker image.

This commit is contained in:
K
2025-07-23 17:27:29 +05:30
parent 535ef056fd
commit e7d83032e2
+1 -1
View File
@@ -1 +1 @@
VITE_API_URL = http://localhost:8000
VITE_API_URL = ${BACKEND_URI}