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
This will open a browser window ready to test your MCP servers.
196
+
197
+
## Containerization with Docker
198
+
199
+
The following instructions describe how to containerize the application using Docker.
200
+
201
+
First, build a Docker image:
202
+
203
+
`docker build -t mcp-server-for-apache-ofbiz .`.
204
+
205
+
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