frappe asset serving error

hello community, In the couple of hours i have been facing with some errors on my production server that i deployed on frappe, Error description: i setup my production server environment using the frappe docker containerized production setup Containerized Production Setup after setup the docker compose file creates this docker containers:"CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
88f053a2cec7 frappe/erpnext:v15.47.4 “nginx-entrypoint.sh” 6 days ago Up 10 minutes 0.0.0.0:8090->8080/tcp frappe_docker-frontend-1
e2f12fa4a923 frappe/erpnext:v15.47.4 “/home/frappe/frappe…” 6 days ago Up 10 minutes frappe_docker-backend-1
e40b56cc9bf5 frappe/erpnext:v15.47.4 “bench worker --queu…” 6 days ago Up 6 days frappe_docker-queue-short-1
445e44d383b1 frappe/erpnext:v15.47.4 “bench worker --queu…” 6 days ago Up 6 days frappe_docker-queue-long-1
08c1bfba944c frappe/erpnext:v15.47.4 “node /home/frappe/f…” 6 days ago Up 6 days frappe_docker-websocket-1
4a12f451cca3 frappe/erpnext:v15.47.4 “bench schedule” 6 days ago Up 6 days frappe_docker-scheduler-1
f96712804013 frappe/erpnext:v15.47.4 “bash -c 'ls -1 apps…” 6 days ago Exited (0) 6 days ago frappe_docker-configurator-1
e91670a56869 redis:6.2-alpine “docker-entrypoint.s…” 6 days ago Up 6 days 6379/tcp frappe_docker-redis-queue-1
e6bee6a26077 mariadb:10.6 “docker-entrypoint.s…” 6 days ago Up 6 days (healthy) 3306/tcp frappe_docker-db-1
c18ccef23932 redis:6.2-alpine “docker-entrypoint.s…” 6 days ago Up 6 days 6379/tcp frappe_docker-redis-cache-1
" everything was up and successfully running, after installing my custom apps to the site when i assessed the site on the browser thats when i started facing with the assets not being served well, slow site loading i tried to trouble shoot using a couple of bench commands like (bench build,bench clear-cache,bench migrate) but the error persisted.please help me to troubleshoot this errors