We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7da2a6 commit b296c57Copy full SHA for b296c57
002-Containerizing-An-Application/README.md
@@ -81,7 +81,7 @@ groups nonrootuser
81
82
### Bonus 1: Use the `--user` flag in `docker run` to run the original container as a non-root user.
83
84
-### Bonus 2: Change the value for `port` in main.go an environment variable instead of a hardcoded value
+### Bonus 2: Change the value for `port` in main.go to an environment variable instead of a hardcoded value
85
86
Hint 1: Check out the [OS](https://golang.org/pkg/os) package for Golang
87
0 commit comments