You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ Notice that environment variables (secret keys) required to run the app is not b
160
160
161
161
Notice also that Dockerfile exposes port 8080. This needs to be forwarded to a port on your local machine. i.e. `LOCAL_PORT:CONTAINER_PORT` for example *4321:8080*
162
162
163
-
`docker run -p 4321:8080 bb89b0646be4 -e WEATHERBIT_KEY=Actual_Secret_Key_for_Weatherbit`
163
+
`docker run -p 4321:8080 -e WEATHERBIT_KEY=Actual_Secret_Key_for_Weatherbit bb89b0646be4`
0 commit comments