Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherik authored Jun 30, 2024
1 parent 64b8016 commit 8a0e9df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,25 @@ To run ThreatByte application locally, you can follow these steps:
## Docker
Alternatively, you can use Docker to run ThreatByteLand. Ensure you have Docker installed on your system.
Alternatively, you can use Docker to run ThreatByte. Ensure you have Docker installed on your system.
1. **Build the Docker image:**
```
docker build -t threatbyteland .
docker build -t threatbyte .
```
2. **Run the Docker container:**
```
docker run -p 5000:5000 threatbyteland
docker run -p 5000:5000 threatbyte
```
3. **Access the application in your web browser at `http://localhost:5000`.**
## Features
The ThreatByteLand application aims to represent a simple online sharing platform. Currently it has the following features:
The ThreatByte application aims to represent a simple online sharing platform. Currently it has the following features:
- **User Authentication:** Users can sign up, log in, and log out.
- **Dashboard:** Users have a personalized dashboard to view and manage their uploaded files.
Expand Down

0 comments on commit 8a0e9df

Please sign in to comment.