Skip to content

Commit

Permalink
fix: modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wadhekarp committed Jul 13, 2024
1 parent 44f18d9 commit 949ce59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Go to the project directory
Docker build

```bash
docker build -t ctc-app:latest .
docker build -t example-app:latest .
```

Start the container

```bash
docker run -d -p 8000:8000 ctc-app:latest
docker run -d -p 8000:8000 example-app:latest
```


Expand Down

0 comments on commit 949ce59

Please sign in to comment.