mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 22:26:19 +00:00
???
This commit is contained in:
parent
8bc6343639
commit
5c9b6d16c8
1 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,7 @@ COPY . .
|
||||||
RUN bun install --frozen-lockfile
|
RUN bun install --frozen-lockfile
|
||||||
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 cgr.dev/chainguard/wolfi-base
|
FROM base
|
||||||
RUN apk add --no-cache bun
|
|
||||||
|
|
||||||
# Scraper
|
# Scraper
|
||||||
COPY --from=build /tmp/cli.build.js /bin/scraper
|
COPY --from=build /tmp/cli.build.js /bin/scraper
|
||||||
|
|
Loading…
Reference in a new issue