GSA / srt-fbo-scraper

Using machine learning to predict Federal IT procurement compliance with Section 508 Accessibility Standards
51 stars 23 forks source link

ENH: Containerize application with Docker and push that to CF #98

Closed csmcallister closed 5 years ago

csmcallister commented 5 years ago

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.

csmcallister commented 5 years ago