Remove Docker
This commit is contained in:
parent
26164f4004
commit
33f45c0965
2 changed files with 0 additions and 19 deletions
|
@ -1,3 +0,0 @@
|
||||||
node_modules
|
|
||||||
npm-debug.log
|
|
||||||
cached
|
|
16
Dockerfile
16
Dockerfile
|
@ -1,16 +0,0 @@
|
||||||
FROM node:20
|
|
||||||
|
|
||||||
RUN apt-get update \
|
|
||||||
&& apt install python3 pip ffmpeg -y \
|
|
||||||
&& python3 -m pip install -U yt-dlp --break-system-packages
|
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
|
||||||
|
|
||||||
COPY package*.json ./
|
|
||||||
RUN npm install
|
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
EXPOSE 8080
|
|
||||||
|
|
||||||
CMD [ "node", "index.js" ]
|
|
Loading…
Reference in a new issue