sqlite en contenedor

This commit is contained in:
Cat /dev/Nulo 2024-01-08 10:29:55 -03:00
parent c56272dc30
commit abd430421c

View file

@ -11,7 +11,7 @@ RUN cd sitio && \
RUN bun build scraper/cli.ts --target=bun --outfile=/tmp/cli.build.js
FROM cgr.dev/chainguard/wolfi-base
RUN apk add --no-cache nodejs npm jq bun
RUN apk add --no-cache nodejs npm jq bun sqlite
# Sitio
COPY --from=build /usr/src/app/sitio/package.json package.real.json