From fa5238ef80ad93ad23afeea8e7837e89a0062112 Mon Sep 17 00:00:00 2001 From: localhost Date: Fri, 1 Aug 2025 21:03:53 +0300 Subject: [PATCH] im so tired holy shit... --- Dockerfile | 11 ++++++++++- README.md | 16 +--------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 565552e..9353fb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,10 @@ -this handles video downloads & general requests to youtube \ No newline at end of file +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"] \ No newline at end of file diff --git a/README.md b/README.md index 6b7c99a..565552e 100644 --- a/README.md +++ b/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 \ No newline at end of file