Build path static either does not exist is not accessible or is not a valid url

error:
$ docker-compose up -d
ERROR: build path C:\Users\JAYESH\Desktop\channeled_applicationdev\static either does not exist, is not accessible, or is not a valid URL.

– contents of docker-compose.yml
version: ‘3’

services:

static:
build: static
image: name
container_name: static
restart: always
ports:

I have been getting this error in docker quickstart for windows

os- windows 10 home