probar usar imagen basada en debian

This commit is contained in:
Cat /dev/Nulo 2024-01-06 22:30:55 -03:00
parent 7c967a8d74
commit adb98caa7f

View file

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