We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebd6c64 + 1e0bdf7 commit 7657a4dCopy full SHA for 7657a4d
docker-compose/selenium-env-vars.env
@@ -6,3 +6,5 @@ DJANGO_SETTINGS_MODULE=${DJANGO_SETTINGS_MODULE}
6
7
# Force to true in case false in .env
8
DB_MIGRATIONS=true
9
+
10
+FHIR_URL_V3=${FHIR_URL_V3:-https://prod-sbx.fhir.bfd.cmscloud.local}
msls-local/Dockerfile.msls
@@ -6,7 +6,10 @@ WORKDIR /code
COPY requirements.txt .
RUN pip install --no-cache-dir --upgrade pip && \
- pip install --no-cache-dir -r requirements.txt
+ pip install --no-cache-dir -r requirements.txt && \
+ pip install --no-cache-dir debugpy
11
12
+COPY . .
13
14
EXPOSE 8080
15
0 commit comments