* add cli

* fix lint

* add docs, include cli packages

* fix docs, username instead of name
This commit is contained in:
Bernd Storath
2025-04-16 14:17:02 +02:00
committed by GitHub
parent 1cfe6404b2
commit 84ed7b299f
14 changed files with 276 additions and 58 deletions

View File

@@ -27,6 +27,9 @@ COPY --from=build /app/.output /app
COPY --from=build /app/server/database/migrations /app/server/database/migrations
# libsql
RUN cd /app/server && npm install --no-save libsql
# cli
COPY --from=build /app/cli/cli.sh /usr/local/bin/cli
RUN chmod +x /usr/local/bin/cli
# Install Linux packages
RUN apk add --no-cache \