Error on docker deploy

Everything worked well until I deployed the remote server. Does anyone know what to do to resolve the following error?

Use ‘docker scan’ to run Snyk tests against images to find vulnerabilities and learn how to fix them
compose.service.build: Building web
time=“2022-08-03T20:12:49-04:00” level=error msg=“Can’t add file \\?\C:\Users\Truth\Dropbox\Docker\TimeOS\lib\validator\unicode.js to tar:
io: read/write on closed pipe”
error during connect: Post “http://docker.example.com/v1.41/build?buildargs={}&cachefrom=[]&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&c
pusetmems=&cpushares=0&dockerfile=.wappler%2Ftargets%2FStaging%2Fweb%2FDockerfile&labels=%7B%7D&memory=0&memswap=0&networkmode=default&rm=1&shmsize=0&
t=timeos__timeos_web&target=&ulimits=null&version=1”: write |1: The pipe has been ended.
ERROR: compose.cli.main.exit_with_metrics: Service ‘web’ failed to build : Build failed
Exception ignored in: <function Popen.del at 0x00000223098A9C10>
Traceback (most recent call last):
File “subprocess.py”, line 1051, in del
File “subprocess.py”, line 1453, in _internal_poll
OSError: [WinError 6] The handle is invalid
Error Launching Services!

Have you tried restarting docker desktop and deploying again?