Skip to content

Commit 7657a4d

Browse files
Merge branch 'master' into jamesdemery/BB2-4250-v3_endpoint_app_specific
2 parents ebd6c64 + 1e0bdf7 commit 7657a4d

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)