Skip to content

Commit d17ebf9

Browse files
Made an alternative workflow step about a Dockerfile into a note.
1 parent 9750513 commit d17ebf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ To build and push the Docker image, use the following steps:
223223
ENTRYPOINT ["java", "-jar", "gateway-0.0.1-SNAPSHOT.jar"]
224224
```
225225

226-
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.
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.
227228

228229
1. Use the following commands to build the image of the gateway:
229230

0 commit comments

Comments
 (0)