Skip to content

Commit ed11591

Browse files
committed
Update quickstart-code-to-cloud.md
Not all code goes into the src directory. Java sample is actually require customers to go into the src folder. Also the 'dot' sign is indeed means the current working directory.
1 parent c9089ca commit ed11591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/quickstart-code-to-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ If the `up` command doesn't find a Dockerfile, it automatically uses Buildpacks
178178
::: zone-end
179179

180180

181-
In the following code example, the `.` (dot) tells `containerapp up` to run in the `src` directory of the extracted sample API application.
181+
In the following code example, the `.` (dot) tells `containerapp up` to run in the current directory of the extracted sample API application.
182182

183183
# [Bash](#tab/bash)
184184

0 commit comments

Comments
 (0)