Simrandhiman commited on
Commit
2ade822
·
verified ·
1 Parent(s): ee537ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -2,10 +2,8 @@
2
 
3
  Simple login/signup system with Flask, styled with CSS.
4
 
5
- ## Run Locally
 
 
6
  ```bash
7
  docker build -t flask-login-signup .
8
- docker run -p 7860:7860 flask-login-signup
9
- ```
10
-
11
- Open: [http://localhost:7860](http://localhost:7860)
 
2
 
3
  Simple login/signup system with Flask, styled with CSS.
4
 
5
+ ## Run Locally with Docker
6
+
7
+ Build the image:
8
  ```bash
9
  docker build -t flask-login-signup .