I have the following issue when I run the command docker run -v $(pwd):opt -p 8080:8080 -it synedra/hapi_api:
docker: Error response from daemon: invalid volume specification: '/home/joasimar/trai/new:opt': invalid mount config for type "bind": invalid mount path: 'opt' mount path must be absolute.
How can I fix this?