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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,12 +160,12 @@ A docker image built with this `git-tag`:`Phase1-Extened-Weather-Forecasts` is a
160
160
161
161
### Run docker
162
162
163
-
Notice that environment variables (secret keys) required to run the app is not being included in the Dockerfile. These secret keys will be stated with the container. eg. ` ... -e WEATHERBIT_KEY=XXXXXXX`
163
+
Notice that environment variables (secret keys) required to run the app is not being included in the Dockerfile. These secret keys will be stated with the container.
164
+
eg. `... -e WEATHERBIT_KEY=XXXXXXX`
164
165
165
166
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*
166
167
167
-
`docker run -p 4321:8080 -e WEATHERBIT_KEY=Actual_Secret_Key_for_Weatherbit bb89b0646be4`
168
-
168
+
`docker run -p 4321:8080 --memory=128m -e WEATHERBIT_KEY=Actual_Secret_Key_for_Weatherbit bb89b0646be4`
0 commit comments