FROM python:3.10.12-slim-bookworm

COPY . ./newbee
RUN pip install ./newbee


# docker build -t wh1isper/newbee:dev -f dev/Dockerfile .
