Skip to content

Commit b296c57

Browse files
authoredDec 3, 2019
Update README.md
to
1 parent c7da2a6 commit b296c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎002-Containerizing-An-Application/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ groups nonrootuser
8181

8282
### Bonus 1: Use the `--user` flag in `docker run` to run the original container as a non-root user.
8383

84-
### Bonus 2: Change the value for `port` in main.go an environment variable instead of a hardcoded value
84+
### Bonus 2: Change the value for `port` in main.go to an environment variable instead of a hardcoded value
8585

8686
Hint 1: Check out the [OS](https://golang.org/pkg/os) package for Golang
8787

0 commit comments

Comments
 (0)
Please sign in to comment.