mirror of
https://github.com/house-of-vanity/lywsd03mmc_exporter.git
synced 2025-07-07 07:14:09 +00:00
Nothing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user