metrotranscom / doorway

component-based web framework for affordable housing management
Apache License 2.0
3 stars 1 forks source link

fix: update backend docker #708

Closed ludtkemorgan closed 3 months ago

ludtkemorgan commented 3 months ago

Description

The AWS pipeline is broken due to docker build step of the backend failing. This adds an additional step to pull over the prisma files when building the run container

How Can This Be Tested/Reviewed?

In order to test this you must have docker installed and running and then run the following command: docker build . -f build/docker/Dockerfile.backend --target run -t api:run-candidate

The build should complete successfullly

Author Checklist:

Review Process: