CSS breaking inside docker

When i installed docker yesterday i didnt get icons display which, i corrected it by running bench build --hard-link --production in my frontend
I also restarted the docker after sometime, then it worked completely fine
but today, when i opening it its CSS is breaking
and its giving me this error

GET http://localhost:8080/assets/frappe/dist/css/website.bundle.YPQRHL6G.css net::ERR_ABORTED 404 (Not Found)
:8080/assets/erpnext/dist/css/erpnext-web.bundle.UOGARZZ2.css:1 GET http://localhost:8080/assets/erpnext/dist/css/erpnext-web.bundle.UOGARZZ2.css net::ERR_ABORTED 404 (Not Found)

I tried out a couple of commands but none works
$ bench build
$ bench build --production
$ bench --site mysite.erp clear-website-cache

bench setup requirements
bench build
bench clear-cache
bench clear-website-cache

But none works, can anyone help me out please?