Unable to spawn folder: No such file or directory

So I’ve recently started using the linuxserver base images to build my own stuff with docker. I wanted to create a vscode tunnel container. Here is the github repo for that. Or dockerhub: tibor309/docker-code-tunnel:testing Everything works well, except the s6-notifyoncheck spams the log with warning messages. I don’t know whats the issue, since I didn’t change permissions or anything.

s6-notifyoncheck (child): warning: unable to spawn ./data/check: No such file or directory

The main executable is in the /app/vscode_cli folder. In the config folder, there are 3 other folders: data, workspace, and extensions. I tried manually creating the check folder, and assigning permissions, but it didn’t work. Any tips?