im so tired holy shit...
This commit is contained in:
parent
4d1b191e0a
commit
fa5238ef80
11
Dockerfile
11
Dockerfile
|
@ -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"]
|
16
README.md
16
README.md
|
@ -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
|
Loading…
Reference in New Issue