Refactor: rename setup script to ai-setup.sh and update all references

This commit is contained in:
2026-05-31 19:09:50 +07:00
parent 9d7d51aac1
commit f38915eab2
7 changed files with 48 additions and 46 deletions

View File

@@ -29,4 +29,4 @@ WORKDIR /home/tester
COPY --chown=tester:tester . /home/tester/project/
# Run setup script
CMD ["bash", "/home/tester/project/claude_setup.sh"]
CMD ["bash", "/home/tester/project/ai-setup.sh"]