We want to deploy an existing application in IBM Bluemix. Using Python command prompt we have pushed the application in IBM Bluemix, but when we deploy it in IBM, it won't work. It is giving the following errors:
Creating container Successfully created container Downloading app package... Downloaded app package (1.5K) Staging... Downloaded build artifacts cache (31.3M) None of the buildpacks detected a compatible application Exit status 222 Staging failed: Exited with status 222 Destroying container
FAILED Error restarting application: NoAppDetectedError TIP: Buildpacks are detected when the "cf push" is executed from within the directory that contains the app source code.
Use 'cf buildpacks' to see a list of supported buildpacks.
Use 'cf logs glucose_tracker_monitor --recent' for more in depth log information.
Finished: FAILED
I don't know what to do after this. Can anyone help me with these errors?