refactor smal => mxsmal

This commit is contained in:
saces 2026-04-04 15:07:31 +02:00
parent 3f6be78685
commit 7e984ef129
37 changed files with 142 additions and 72 deletions

View file

@ -49,8 +49,8 @@ EOF
RUN --mount=type=bind,from=pybuilder,source=/pygomx-wheel,target=/pygomx-wheel pip install /pygomx-wheel/*.whl
FROM develop AS demobot
WORKDIR /smal
COPY smal /smal
WORKDIR /mxsmal
COPY mxsmal /mxsmal
RUN pip install .
WORKDIR /demobot