Skip to content

Commit 1e0bdf7

Browse files
stiwarisemanticbitsShivam TiwariJamesDemeryNava
authored
BB2-4268: Add default fhir-v3 url for running selenium tests locally (#1427)
* BB2-4268: Add default fhir-v3 url for running selenium tests locally * updated dependency --------- Co-authored-by: Shivam Tiwari <[email protected]> Co-authored-by: James Demery <[email protected]>
1 parent 3466ef5 commit 1e0bdf7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docker-compose/selenium-env-vars.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ DJANGO_SETTINGS_MODULE=${DJANGO_SETTINGS_MODULE}
66

77
# Force to true in case false in .env
88
DB_MIGRATIONS=true
9+
10+
FHIR_URL_V3=${FHIR_URL_V3:-https://prod-sbx.fhir.bfd.cmscloud.local}

msls-local/Dockerfile.msls

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ WORKDIR /code
66

77
COPY requirements.txt .
88
RUN pip install --no-cache-dir --upgrade pip && \
9-
pip install --no-cache-dir -r requirements.txt
9+
pip install --no-cache-dir -r requirements.txt && \
10+
pip install --no-cache-dir debugpy
11+
12+
COPY . .
1013

1114
EXPOSE 8080
1215

0 commit comments

Comments
 (0)