From f0f2ff4aa5e7ba117468aee6a47009729a89ab63 Mon Sep 17 00:00:00 2001 From: A B Date: Mon, 30 Oct 2023 22:15:57 +0000 Subject: [PATCH] Nothing --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ca73b7..9ccd420 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ COPY requirements.txt ./ RUN apt update && apt install --no-install-recommends -y make clang libglib2.0-dev bluez dbus && pip install --no-cache-dir -r requirements.txt && apt remove -y make clang libglib2.0-dev && apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/apt/lists/* #RUN pip install --no-cache-dir -r requirements.txt -COPY . . +COPY bt_exporter.py ./ +COPY entrypoint.sh ./ #CMD [ "python", "./bt_exporter.py" ] CMD ./entrypoint.sh