Skip to content

Commit aaa1a05

Browse files
repo create
1 parent caf9bc8 commit aaa1a05

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Next, let's build the Docker container for the function using <code>docker build
114114
docker build -t fra.ocir.io/&lt;YOUR OCI TENANCY NAMESPACE&gt;/helloworld-java:1 .
115115
</pre>
116116

117-
In the docker build command above replace the <code>region</code> if necessary and the &lt;YOUR OCI TENANCY NAMESPACE&gt; with yours.
117+
In the docker build command above replace the <code>region</code> if necessary and the <code>&lt;YOUR OCI TENANCY NAMESPACE&gt;</code> with yours.
118118

119119
<p>
120120

0 commit comments

Comments
 (0)