whisper website
1.0.0
git clone [email protected]:Kabanosk/whisper-website.gitをクローンしますcd whisper-websiteに移動しますpython3 -m venv venvsource venv/bin/activate / . venv/bin/activatepip install -r requirements.txtcd srcに移動しますrun.pyファイルpython3 run.pyを実行しますhttp://127.0.0.1:8000/ git clone [email protected]:Kabanosk/whisper-website.gitをクローンしますcd whisper-websiteに移動しますdocker 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/ /と入力してください