im so tired holy shit...

This commit is contained in:
localhost 2025-08-01 21:03:53 +03:00
parent 4d1b191e0a
commit fa5238ef80
2 changed files with 11 additions and 16 deletions

View File

@ -1 +1,10 @@
this handles video downloads & general requests to youtube
FROM node:alpine
RUN mkdir -p /usr/src/preservetube/metadata
WORKDIR /usr/src/preservetube/metadata
RUN apk add --no-cache python3 alpine-sdk
COPY . /usr/src/preservetube/metadata
RUN bun install
CMD ["bun", "run", "index.ts"]

View File

@ -1,15 +1 @@
# preservetube-metadata-rewrite
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
this handles video downloads & general requests to youtube