aripbae commited on
Commit
08b1b23
·
verified ·
1 Parent(s): 331ec6c

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -24
Dockerfile DELETED
@@ -1,24 +0,0 @@
1
- FROM nikolaik/python-nodejs:latest
2
-
3
- ARG DEBIAN_FRONTEND noninteractive
4
- RUN apt update && apt upgrade -y
5
- RUN apt install -y build-essential \
6
- curl fastfetch ffmpeg imagemagick \
7
- libcairo2-dev libpango1.0-dev \
8
- libjpeg-dev libgif-dev librsvg2-dev
9
-
10
- RUN curl -LO https://github.com/dengsgo/echofs/releases/latest/download/echofs-linux-amd64.tar.gz
11
- RUN tar -xzvf echofs-linux-amd64.tar.gz
12
- RUN mv -vf echofs /usr/local/bin/
13
-
14
- WORKDIR /tmp/.app
15
- RUN npm i -g tunn3l
16
- RUN npm i attp-generator express \
17
- ky morgan playwright playwright-extra \
18
- pretty-ms qc-generator-whatsapp
19
- RUN npx playwright install chromium
20
- RUN npx playwright install-deps
21
-
22
- RUN chmod -R 777 /tmp && mkdir -p /tmp/qc
23
- COPY . .
24
- CMD ["sh", "-c", "node . & echofs -r /tmp -p 7860 -H & tunn3l http 7860 --subdomain ripp"]