This PR adds Dockerfiles to build the container images used for DMP 1.0 as part of the migration to AWS.
Changes include:
A /healthcheck endpoint is added
Support for a config environment called 'native-aws'
A new Makefile target called build which will, when run on a host which has the referenced base images available, create HTTP and WSGI images necessary for the Fargate tasks to run this application.
This PR adds Dockerfiles to build the container images used for DMP 1.0 as part of the migration to AWS.
Changes include:
Makefile
target calledbuild
which will, when run on a host which has the referenced base images available, create HTTP and WSGI images necessary for the Fargate tasks to run this application.