Files
nas-tools/claude-dev/Dockerfile
Gan, Jimmy 63f12d60c1
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Successful in 1m39s
Run Tests / Backend Tests (push) Failing after 3m25s
Run Tests / Test Summary (push) Has been cancelled
Run Tests / Frontend Tests (push) Has started running
test: verify CI performance improvements
2026-04-04 17:37:55 +08:00

12 lines
229 B
Docker

FROM claude-dev-base:latest
WORKDIR /repos/nas-tools
COPY required-tools.txt /opt/claude-dev/required-tools.txt
COPY scripts /opt/claude-dev/scripts
RUN chmod +x /opt/claude-dev/scripts/*.sh
CMD ["bash"]
# CI test 1775295475