You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -282,7 +282,7 @@ If you have Docker installed, you can run Kubernetes locally with Minikube. Run
282
282
minikube --memory 8g --cpus 8 start
283
283
```
284
284
285
-
Now, you need to build Docker images for each app. In the {`gateway`, `blog`, `store` } directories, run the following Gradle command (where `<image-name>` is `gateway`, `store`, or `blog`).
285
+
Build Docker images for each app. In the {`gateway`, `blog`, `store` } directories, run the following Gradle command (where `<image-name>` is `gateway`, `store`, or `blog`).
@@ -54,7 +54,7 @@ If you have Docker installed, you can run Kubernetes locally with Minikube. Run
54
54
minikube --memory 8g --cpus 8 start
55
55
```
56
56
57
-
Now, you need to build Docker images for each app. In the {`gateway`, `blog`, `store` } directories, run the following Gradle command (where `<image-name>` is `gateway`, `store`, or `blog`).
57
+
Build Docker images for each app. In the {`gateway`, `blog`, `store` } directories, run the following Gradle command (where `<image-name>` is `gateway`, `store`, or `blog`).
0 commit comments