Skip to content

Commit e814201

Browse files
Merge branch 'master' into clewellyn-nava/bb2-4271
2 parents c80bc9d + 1e0bdf7 commit e814201

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

COMMUNITY.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,17 +166,17 @@ Total number of contributors: <!--CONTRIBUTOR COUNT START--> <!--CONTRIBUTOR COU
166166
</a>
167167
</td>
168168
<td align="center">
169-
<a href="https://github.com/sharonfruit">
170-
<img src="https://avatars.githubusercontent.com/u/22648742?v=4" width="100;" alt="sharonfruit"/>
169+
<a href="https://github.com/JamesDemeryNava">
170+
<img src="https://avatars.githubusercontent.com/u/226581456?v=4" width="100;" alt="JamesDemeryNava"/>
171171
<br />
172-
<sub><b>Sharon Su</b></sub>
172+
<sub><b>James Demery</b></sub>
173173
</a>
174174
</td>
175175
<td align="center">
176-
<a href="https://github.com/JamesDemeryNava">
177-
<img src="https://avatars.githubusercontent.com/u/226581456?v=4" width="100;" alt="JamesDemeryNava"/>
176+
<a href="https://github.com/sharonfruit">
177+
<img src="https://avatars.githubusercontent.com/u/22648742?v=4" width="100;" alt="sharonfruit"/>
178178
<br />
179-
<sub><b>James Demery</b></sub>
179+
<sub><b>Sharon Su</b></sub>
180180
</a>
181181
</td>
182182
</tr>
@@ -203,17 +203,17 @@ Total number of contributors: <!--CONTRIBUTOR COUNT START--> <!--CONTRIBUTOR COU
203203
</a>
204204
</td>
205205
<td align="center">
206-
<a href="https://github.com/micahtaylor">
207-
<img src="https://avatars.githubusercontent.com/u/671894?v=4" width="100;" alt="micahtaylor"/>
206+
<a href="https://github.com/jadudm">
207+
<img src="https://avatars.githubusercontent.com/u/38290?v=4" width="100;" alt="jadudm"/>
208208
<br />
209-
<sub><b>Micah Taylor</b></sub>
209+
<sub><b>Matthew Jadud</b></sub>
210210
</a>
211211
</td>
212212
<td align="center">
213-
<a href="https://github.com/jadudm">
214-
<img src="https://avatars.githubusercontent.com/u/38290?v=4" width="100;" alt="jadudm"/>
213+
<a href="https://github.com/micahtaylor">
214+
<img src="https://avatars.githubusercontent.com/u/671894?v=4" width="100;" alt="micahtaylor"/>
215215
<br />
216-
<sub><b>Matthew Jadud</b></sub>
216+
<sub><b>Micah Taylor</b></sub>
217217
</a>
218218
</td>
219219
<td align="center">

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)