remotes/1693045480750635534/spooky-22
Aevann1 2022-02-18 14:27:34 +02:00
parent 22bf052b73
commit 8802c849ca
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ COPY supervisord.conf /etc/supervisord.conf
RUN apt update && apt install -y python3.8 python3-pip supervisor
RUN git clone https://github.com/SoftCreatR/imei && cd imei && chmod +x imei.sh && ./imei.sh
RUN mkdir -p ./service
COPY requirements.txt ./service/requirements.txt

4
env
View File

@ -22,9 +22,9 @@ export DEFAULT_TIME_FILTER="all"
export GUMROAD_TOKEN="3435tdfsdudebussylmaoxxt43"
export GUMROAD_LINK="https://marsey1.gumroad.com/l/tfcvri"
export GUMROAD_ID="tfcvri"
export CARD_VIEW="1"
export CARD_VIEW="0"
export DISABLE_DOWNVOTES="0"
export DUES="0"
export DUES="10"
export DEFAULT_THEME="midnight"
export DEFAULT_COLOR="ff66ac"
export MAIL_USERNAME="blahblahblah@gmail.com"