Adicionar Dockerfile

This commit is contained in:
2026-06-04 13:54:00 -03:00
commit a48601ccb4

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM lscr.io/linuxserver/code-server:latest
RUN curl -fsSL https://claude.ai/install.sh | bash
ENV PATH="/config/.local/bin:${PATH}"