mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16: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 build scraper/cli.ts --target=bun --outfile=/tmp/cli.build.js
|
||||
|
||||
FROM cgr.dev/chainguard/wolfi-base
|
||||
RUN apk add --no-cache bun
|
||||
FROM base
|
||||
|
||||
# Scraper
|
||||
COPY --from=build /tmp/cli.build.js /bin/scraper
|
||||
|
|
Loading…
Reference in a new issue