Issues information
- OS: win 7
- databases: no needed
- Programming language and version: python-3.9.2
- Link to your project on Github: GitHub - dishapatel010/molarity: Telegram voice chat userbot made with Pyrogram and MarshalX/tgcalls with playlist and Heroku support
Your issue
DEPLOYMENT_ERROR occurred while deploying app
Describe here your issue
i cant deploy my app which have both way Procfile & Docker. This is project was successfully deployed on v1, but now this is error
i dont think is project issue any. Qovery v2 is still in beta but it Must work docker
Dockerfile content (if any)
`FROM python:latest
ENV VIRTUAL_ENV “/venv”
RUN python -m venv $VIRTUAL_ENV
ENV PATH “$VIRTUAL_ENV/bin:$PATH”
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y ffmpeg opus-tools bpm-tools
RUN python -m pip install --upgrade pip
RUN python -m pip install wheel Pyrogram TgCrypto
RUN python -m pip install pytgcalls ffmpeg-python psutil
RUN wget -q https://github.com/callsmusic/tgvc-userbot/archive/dev.tar.gz &&
tar xf dev.tar.gz && rm dev.tar.gz
WORKDIR /tgvc-userbot-dev
CMD python3 main.py