commit a48601ccb4707fe65d8a446a6c1ce8362571a69c Author: wander Date: Thu Jun 4 13:54:00 2026 -0300 Adicionar Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..48005d6 --- /dev/null +++ b/Dockerfile @@ -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}" \ No newline at end of file