Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
that extra period was creating confusion and I was adding two periods which was throwing an error.
  • Loading branch information
Boby900 committed May 11, 2024
1 parent 9084a09 commit e051dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pnpm create next-app --example with-docker nextjs-docker
## Using Docker

1. [Install Docker](https://docs.docker.com/get-docker/) on your machine.
1. Build your container: `docker build -t nextjs-docker .`.
1. Build your container: `docker build -t nextjs-docker .`
1. Run your container: `docker run -p 3000:3000 nextjs-docker`.

You can view your images created with `docker images`.
Expand Down

0 comments on commit e051dc4

Please sign in to comment.