mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
basar imagen en wolfi
This commit is contained in:
parent
10ea426fb1
commit
923dd0b910
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue