Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To convert any app into a Docker container using Heroku Buildpacks, just use thi
hint To run your app, try: docker run -d -p 8080 -e "PORT=8080" myuser/container-name:latest
hint To re-build your app, try: docker build -t myuser/container-name .

You can version your apps by adding a verison number.
You can version your apps by adding a version number.

$ building myuser/container-name 1.2
identical Dockerfile
Expand Down