Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikarinneoracle committed Mar 7, 2025
1 parent f5d499d commit e441af8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ docker push fra.ocir.io/<YOUR OCI TENANCY NAMESPACE>/helloworld-java:1
<p>
The same as above but using OCI cli to get the &lt;YOUR OCI TENANCY NAMESPACE&gt; which is especially handy in scripting:

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

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

0 comments on commit e441af8

Please sign in to comment.