with autoclean

This commit is contained in:
Aron Petau 2025-12-31 16:19:14 +01:00
parent 540a3cc884
commit 55a6ddb819
4 changed files with 54 additions and 1 deletions

View file

@ -21,6 +21,10 @@ COPY tests/ ./tests/
# Copy state manager
COPY state_manager.py .
# Copy autoclean_debug utility
COPY autoclean_debug.py .
# Move the main.py COPY statement to the end to ensure it is updated last
COPY main.py .