GSA-TTS / usagov-benefits-eligibility

Benefits eligibility estimator tool for USAGov.
22 stars 5 forks source link

Update Dockerfile #609

Closed wesley-dean-gsa closed 1 year ago

wesley-dean-gsa commented 1 year ago

Description

The Dockerfile needs to be updated so that it will build properly.

To build:

docker build -t bears_tester .

To run:

docker run --rm -it -p 3000:3000 bears_tester

Note: this is currently not working because of the 'undefined' issue encountered on #577

User Story

No response

Architectural Decision Records (ADRs)

No response

FatmaBakir commented 1 year ago

@wesley-dean-gsa Would you mind if I work on this quick task? I also would like to confirm that this task is regarding fixing the Dockerfile and making sure it builds properly; independent of the "http://localhost:3000undefined/" issue?