default files
This commit is contained in:
parent
6e55189c5d
commit
0d9366c801
|
@ -7,7 +7,7 @@ screenshot.png
|
|||
login.csv
|
||||
data
|
||||
**/__pycache__
|
||||
/user_data
|
||||
|
||||
install.sh
|
||||
nohup.out
|
||||
points.csv
|
||||
|
|
|
@ -6,7 +6,7 @@ RUN curl -sSLO https://piair.xyz/download/chrome.deb \
|
|||
&& apt update \
|
||||
&& apt install xvfb wfrench tigervnc-standalone-server libasound2 libatk-bridge2.0-0 libnss3 libnspr4 xvfb libgbm1 libatk1.0-0 libu2f-udev libatspi2.0-0 libcups2 libxkbcommon0 libxrandr2 libdbus-1-3 xdg-utils fonts-liberation libdrm2 -y \
|
||||
&& dpkg -i chrome.deb \
|
||||
&& python3 -m pip install -r requirements.txt
|
||||
&& python3 -m pip install -r MsRewards-Reborn/requirements.txt
|
||||
WORKDIR /app/MsRewards-Reborn/
|
||||
CMD python3 Flask/app.py
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"password": "ChangeMe",
|
||||
"secret": ""
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1 @@
|
|||
{"avatar_link":"https://cdn.discordapp.com/icons/793934298977009674/d8055bccef6eca4855c349e808d0d788.webp"}
|
Loading…
Reference in New Issue