Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 .
|
|
|
|
|
|
|
|
|
|
|
|