Skip to content

Commit 8a0e9df

Browse files
authored
Update README.md
1 parent 64b8016 commit 8a0e9df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,25 @@ To run ThreatByte application locally, you can follow these steps:
6666
6767
## Docker
6868
69-
Alternatively, you can use Docker to run ThreatByteLand. Ensure you have Docker installed on your system.
69+
Alternatively, you can use Docker to run ThreatByte. Ensure you have Docker installed on your system.
7070
7171
1. **Build the Docker image:**
7272
7373
```
74-
docker build -t threatbyteland .
74+
docker build -t threatbyte .
7575
```
7676
7777
2. **Run the Docker container:**
7878
7979
```
80-
docker run -p 5000:5000 threatbyteland
80+
docker run -p 5000:5000 threatbyte
8181
```
8282
8383
3. **Access the application in your web browser at `http://localhost:5000`.**
8484
8585
## Features
8686
87-
The ThreatByteLand application aims to represent a simple online sharing platform. Currently it has the following features:
87+
The ThreatByte application aims to represent a simple online sharing platform. Currently it has the following features:
8888
8989
- **User Authentication:** Users can sign up, log in, and log out.
9090
- **Dashboard:** Users have a personalized dashboard to view and manage their uploaded files.

0 commit comments

Comments
 (0)