-
-
Notifications
You must be signed in to change notification settings - Fork 66
Runnig app on localhost with Docker
Wojciech Fiołka edited this page Sep 2, 2023
·
1 revision
- Install Docker
- Clone the repo -
git clone [email protected]:Kabanosk/whisper-website.git
- Go to repo directory -
cd whisper-website
- Create Docker image -
docker build -t app .
- Run Docker container -
docker run --name app_container -p 80:80 app
- Go to your browser and type
http://127.0.0.1:80/
- Start your Docker container -
docker start app_container
- Go to your browser and type
http://127.0.0.1:80/