No zipfiles found.When i try to run the docker image

After building the docker image for app. When i try to run the docker image.
Im getting this error

ln: target '/tmp/tibco.home/bwce/2.7/bin/bwapp.ear' is not a directory
unzip:  cannot find or open /tmp/tibco.home/bw*/*/bin/bwapp.ear, /tmp/tibco.home/bw*/*/bin/bwapp.ear.zip or /tmp/tibco.home/bw*/*/bin/bwapp.ear.ZIP.

No zipfiles found.
BW_PROFILE is set to 'default.substvar'
./scripts/setup.sh: line 148: /tmp/META-INF/MANIFEST.MF: No such file or directory
cp: cannot stat '/tmp/META-INF/default.substvar': No such file or directory
java.io.FileNotFoundException: /tmp/tmp/pcf.substvar (No such file or directory)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
        at java.base/java.io.FileReader.<init>(FileReader.java:75)
        at com.tibco.bwce.profile.resolver.ProfileResolverHelper.getKeysForConfig(ProfileResolverHelper.java:46)
        at com.tibco.bwce.profile.resolver.DockerProfileTokenResolver.resolveTokens(DockerProfileTokenResolver.java:223)
        at com.tibco.bwce.profile.resolver.DockerProfileTokenResolver.resolve(DockerProfileTokenResolver.java:37)
        at com.tibco.bwce.profile.resolver.Resolver.main(Resolver.java:24)

Since the error message was thrown by Java and not by Docker, seeing only the error message will not help us to help you. You must have copied some files to a wrong folder or you have not copied that at all.