Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
tweak docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune authored Aug 31, 2021
1 parent 1f8782a commit 42a2aa3
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 @@ -36,13 +36,13 @@ To run the containerized version of this app, build the docker
image with

```bash
docker build --pull --rm -f "Dockerfile" -t tmobile:latest .
docker build --pull -t tmobile:latest .
```

and run the container with

```bash
docker run -p 3000:3000 -it tmobile:latest
docker run --rm -p 3000:3000 -it tmobile:latest
```

You can access the app on `localhost:3000`.
Expand Down

0 comments on commit 42a2aa3

Please sign in to comment.