whisper website
1.0.0
git clone [email protected]:Kabanosk/whisper-website.gitcd whisper-websitepython3 -m venv venvsource venv/bin/activate / . venv/bin/activatepip install -r requirements.txtcd srcrun.py - python3 run.pyhttp://127.0.0.1:8000/ se o navegador não abrir git clone [email protected]:Kabanosk/whisper-website.gitcd whisper-websitedocker build -t app .docker run --name app_container -p 80:80 apphttp://127.0.0.1:80/docker start app_containerhttp://127.0.0.1:80/