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