Skip to content

Commit 00a0be6

Browse files
committed
Merge branch 'clewellyn-nava/BB2-4266/C4DIC-endpoint' of https://github.com/CMSgov/bluebutton-web-server into clewellyn-nava/BB2-4266/C4DIC-endpoint
2 parents ad0d4b0 + 5a8e9a5 commit 00a0be6

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)