feat: url scraper to recipe
This commit is contained in:
@ -7,6 +7,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN apk add curl libstdc++ &&\
|
||||
deno run -A npm:playwright install firefox &&\
|
||||
deno install --allow-import --allow-ffi --allow-scripts=npm:sharp@0.33.5-rc.1 -e main.ts &&\
|
||||
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json &&\
|
||||
mkdir -p $DATA_DIR
|
||||
|
Reference in New Issue
Block a user