FROM ubuntu:latest RUN chmod 777 -R /root WORKDIR / #RUN chmod 777 -R / #pweas ENV STATUS_CUSTOM_ROOT_PATH=/Status RUN apt update -y && apt upgrade -y RUN apt-get install -y nodejs npm curl #RUN apt install python3 -y && apt install python3-pip -y #RUN pip3 install flask --break-system-packages #RUN pip install requests cachetools flask RUN curl -sSL https://logs.betterstack.com/setup-vector/docker/HmtQEpTMoKHMdw2MJNAGMDx9 \ -o /tmp/setup-vector.sh RUN bash /tmp/setup-vector.sh & COPY . . EXPOSE 7860 CMD ["python3", "app.py"]