Theme does not load in docker hugo

Dear all,
I am using a docker Hugo and theme=“hugo-theme-techdoc”, when I build and run the docker, the theme does not load. I see the error that css/theme.min.css is missing. In the theme folder, I see the file and the path correctly adjust. How can I solve this problem?

CMD hugo server -b ${HUGO_BASE_URL} --bind=0.0.0.0

Solved :slight_smile: should be server -D

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.