add build.sh / bump README

master
io42630 1 year ago
parent a061942739
commit 12ecc2b0d3

@ -1,3 +1,12 @@
### MISP Reverse
#### What it is...
* JAR / adapter / reverse proxy.
* connects to MISP forward server.
#### Overview #### Overview
* `Reverse` * `Reverse`
* Core * Core

@ -0,0 +1,8 @@
#!/bin/bash
mvn clean install &&
docker build -t io42630/reverse:0.1 .

@ -8,7 +8,7 @@
<artifactId>zeeroot</artifactId> <artifactId>zeeroot</artifactId>
<version>17.0.1</version> <version>17.0.1</version>
</parent> </parent>
<groupId>com.olexyn.misp.reverse</groupId> <groupId>com.olexyn.misp</groupId>
<artifactId>reverse</artifactId> <artifactId>reverse</artifactId>
<version>0.1</version> <version>0.1</version>

Loading…
Cancel
Save