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
@@ -200,26 +200,32 @@ The following instructions describe how to containerize the application using Do
200
200
201
201
First, build a Docker image:
202
202
203
-
`docker build -t mcp-server-for-apache-ofbiz .`.
203
+
```sh
204
+
docker build -t mcp-server-for-apache-ofbiz .
205
+
```
204
206
205
207
If your target environment uses a different CPU architecture than your development machine (for example, if you're working on an Apple M1 but deploying to an amd64 platform), make sure to build the image for the correct target architecture:
0 commit comments