mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
sqlite en contenedor
This commit is contained in:
parent
c56272dc30
commit
abd430421c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue