Huge re-org to match normal python project structure

This commit is contained in:
Marc Di Luzio 2024-08-14 22:42:53 +01:00
parent b263e20ca2
commit 92bc50396b
22 changed files with 35 additions and 47 deletions

View file

@ -17,4 +17,4 @@ RUN --mount=type=cache,target=/var/cache/buildkit/pip \
pip install --find-links /wheels --no-index -r requirements.txt
COPY . .
CMD ["python", "py/matchy.py"]
CMD ["python", "matchy.py"]