diff --git a/apps/manacore/apps/web/docker-entrypoint.sh b/apps/manacore/apps/web/docker-entrypoint.sh index e76118145..9ab2a028e 100755 --- a/apps/manacore/apps/web/docker-entrypoint.sh +++ b/apps/manacore/apps/web/docker-entrypoint.sh @@ -15,8 +15,11 @@ CALENDAR_API_URL=${CALENDAR_API_URL:-"http://localhost:3016"} CLOCK_API_URL=${CLOCK_API_URL:-"http://localhost:3017"} CONTACTS_API_URL=${CONTACTS_API_URL:-"http://localhost:3015"} +# Ensure the directory exists (it should from the build, but be safe) +mkdir -p build/client + # Generate config.json from template -cat > /app/build/client/config.json < build/client/config.json < /app/build/client/config.json <