Files
endurain/docker/Dockerfile
João Vitória Silva 04a253a062 Derive backend/frontend paths in Docker scripts
Remove BACKEND_DIR from Dockerfile ENV and update docker/start.sh to compute backend and frontend paths at runtime. start.sh now sets BACKEND_FOLDER (fallback /app/backend), derives DATA_FOLDER and LOGS_FOLDER from it, and defines FRONTEND_FOLDER (/app/frontend/dist) earlier so env.js can be written reliably. This avoids depending on the removed BACKEND_DIR ENV and eliminates a duplicated FRONTEND_FOLDER assignment. #507
2026-02-10 15:28:34 -08:00

2.7 KiB