Integrate datadog APM integration for the online boutique app

for relyance demo.
This commit is contained in:
Rahul Jagad 2020-08-20 17:51:39 -07:00
parent c4d86703c5
commit 202f987014
25 changed files with 1346 additions and 283 deletions

View file

@ -22,7 +22,7 @@ RUN apt-get -qq update \
COPY requirements.txt .
RUN pip install --install-option="--prefix=/install" -r requirements.txt
RUN pip install --prefix=/install -r requirements.txt
FROM base
COPY --from=builder /install /usr/local