Closed meraj-kashi closed 1 year ago
Hi!
The command to run docker container and build image is based on the path "/data". So, if run the script locally (out of the Docker container), it is getting failed.
By applying this modification, we can run the script locally as well as container.
Tested successfully locally and via docker, good to merge 👍
Hi!
The command to run docker container and build image is based on the path "/data". So, if run the script locally (out of the Docker container), it is getting failed.
By applying this modification, we can run the script locally as well as container.