The cloudfoundry environment is not the same as that we use for testing with Docker, particularly when it comes to using textract's dependencies (see #95 and #93). We should containerize the application and push that.
Handling the environment differences has been manageable so far, but it's not sustainable. It's also bad practice for the test and deployment environments to be different.
The cloudfoundry environment is not the same as that we use for testing with Docker, particularly when it comes to using textract's dependencies (see #95 and #93). We should containerize the application and push that.
Possible
We should deploy the app with docker. This will require adding supercronic to our image as well as adhering to cloudfoundry's requirements.
Context
Handling the environment differences has been manageable so far, but it's not sustainable. It's also bad practice for the test and deployment environments to be different.