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
Copy file name to clipboardexpand all lines: BUILD.md
+37
Original file line number
Diff line number
Diff line change
@@ -117,3 +117,40 @@ docker run -it -p 80:8080 \
117
117
-t 2.26.x
118
118
```
119
119
120
+
## How to build from your own development releases?
121
+
122
+
Instead of downloading from sourceforge or build.geoserver.org, you need to package your WAR file locally. Follow the [Building guide](https://docs.geoserver.org/latest/en/developer/maven-guide/index.html#building) for extra details.
**Note:** For Linux only (not macOS nor Windows): you possibly need to add `--add-host=host.docker.internal:host-gateway` to the docker build command above.
0 commit comments