DPP/DLT functionality #36

Merged
pedro merged 68 commits from dpp into main 2024-12-11 15:15:14 +00:00
Showing only changes of commit 162fc9a8ef - Show all commits

View file

@ -7,6 +7,7 @@ RUN apt update && \
git \ git \
sqlite3 \ sqlite3 \
jq \ jq \
time \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
WORKDIR /opt/devicehub-django WORKDIR /opt/devicehub-django