Skip to content

Commit 7c4411a

Browse files
Migrated alternative flow note to the correct place.
1 parent d17ebf9 commit 7c4411a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/migration/migrate-to-azure-container-apps-components-gateway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ To build and push the Docker image, use the following steps:
196196

197197
1. In the Spring Cloud Gateway project directory, create a **Dockerfile** with the following contents:
198198

199+
> [!Note]
200+
> Alternatively, see the [ACME Fitness Store sample Dockerfile](https://github.com/Azure-Samples/acme-fitness-store/blob/Azure/azure-kubernetes-service/resources/gateway/gateway/Dockerfile) for guidance.
201+
199202
```dockerfile
200203
FROM mcr.microsoft.com/openjdk/jdk:17-mariner as build
201204
WORKDIR /staging
@@ -223,9 +226,6 @@ To build and push the Docker image, use the following steps:
223226
ENTRYPOINT ["java", "-jar", "gateway-0.0.1-SNAPSHOT.jar"]
224227
```
225228

226-
> [!Note]
227-
> Alternatively, see the [ACME Fitness Store sample Dockerfile](https://github.com/Azure-Samples/acme-fitness-store/blob/Azure/azure-kubernetes-service/resources/gateway/gateway/Dockerfile) for guidance.
228-
229229
1. Use the following commands to build the image of the gateway:
230230

231231
```azurecli

0 commit comments

Comments
 (0)