with autoclean
This commit is contained in:
parent
540a3cc884
commit
55a6ddb819
4 changed files with 54 additions and 1 deletions
|
|
@ -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 .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue