From abd430421ce3b8c4586bbcd8a2d12e5380857dcc Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 8 Jan 2024 10:29:55 -0300 Subject: [PATCH] sqlite en contenedor --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 724ca0d..0a5aa5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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