manual git sync by human

This commit is contained in:
2026-01-23 12:24:06 -05:00
parent c5393f9b5e
commit 2cb5f29683
7 changed files with 562 additions and 18 deletions

View File

@@ -5,6 +5,6 @@ WORKDIR /app
# Install prebuilt bash-language-server from npm
RUN npm install -g bash-language-server
# Set entrypoint
# Use bash-language-server directly as entrypoint
ENTRYPOINT ["bash-language-server"]
CMD ["start"]