whisper website
1.0.0
git clone [email protected]:Kabanosk/whisper-website.git
cd whisper-website
로 이동하십시오python3 -m venv venv
source venv/bin/activate
/ . venv/bin/activate
pip install -r requirements.txt
cd 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 app
http://127.0.0.1:80/
입력하십시오.docker start app_container
시작하십시오http://127.0.0.1:80/
입력하십시오.