basar imagen en wolfi

This commit is contained in:
Cat /dev/Nulo 2024-01-06 22:42:24 -03:00
parent 10ea426fb1
commit 923dd0b910

View file

@ -10,8 +10,8 @@ RUN cd sitio && \
bun run build bun run build
RUN bun build scraper/cli.ts --target=bun --outfile=/tmp/cli.build.js RUN bun build scraper/cli.ts --target=bun --outfile=/tmp/cli.build.js
FROM docker.io/oven/bun:1-slim FROM cgr.dev/chainguard/wolfi-base
RUN apt-get update && apt-get install -y nodejs npm jq RUN apk add --no-cache nodejs npm jq bun
# Sitio # Sitio
COPY --from=build /usr/src/app/sitio/package.json package.real.json COPY --from=build /usr/src/app/sitio/package.json package.real.json