Skip to content

Commit e441af8

Browse files
readme fix
1 parent f5d499d commit e441af8

File tree

1 file changed

+2
-2
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions

1 file changed

+2
-2
lines changed

app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ docker push fra.ocir.io/<YOUR OCI TENANCY NAMESPACE>/helloworld-java:1
132132
<p>
133133
The same as above but using OCI cli to get the &lt;YOUR OCI TENANCY NAMESPACE&gt; which is especially handy in scripting:
134134

135-
<code>
135+
<pre>
136136
export namespace=$(oci os ns get | jq .data | tr -d '"')
137137
docker build -t fra.ocir.io/$namespace/helloworld-java:1 .
138138
docker push fra.ocir.io/$namespace/helloworld-java:1
139-
</code>
139+
</pre>
140140

141141
<p>
142142
The last step is to create the Function Application and the function deployment for it. This can be easily done using the Cloud UI.

0 commit comments

Comments
 (0)