view service/powerEagle/Dockerfile @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents daf9deee42ca
children
line wrap: on
line source

FROM reg:5000/base_basic

WORKDIR /opt
RUN apt-get install -y libpython3.11-dev
COPY pdm.lock pyproject.toml ./
RUN pdm sync -v

COPY *.py *.html ./