Wrong WP_CONTENT_DIR

Please help!

What am I missing? I’ve made a new Roots/Bedrock project, followed the docs and I can’t get it to work. Somehow WP_CONTENT_DIR is always pointing to ‘/wp/wp-content’ instead of ‘/app’. Any Idea what am I missing?
I have the home URL set to https://localhost:8443 and the site URL to https://localhsot:84443/wp

I run everything in Docker.

Thank you all so much for any suggestions.

Best,
jure

In config/application.php (Bedrock) the WP_CONTENT_DIR constant is defined as follows:

I also notice that in the screenshot you posted WP_HOME and WP_SITEURL are both Undefined. What does the Bedrock .env look like?