I am running docker container using this command:
docker run -e "LicensePublicKey=public_key" -e "LicensePrivateKey=private_key" --expose 8081 -p 8081:5000 Aspose/cells-Cloud:linux.23.1.0
On running it, I get a mess…...Docker image container gives error on hitting '/swagger' endpoint...endpoint for aspose cells/cloud not working on local Aspose.Cells Cloud...