ombi-bot icon indicating copy to clipboard operation
ombi-bot copied to clipboard

Building the non-Docker version on Windows still requires Docker to be installed and open via default port

Open PolliSoft opened this issue 4 years ago • 3 comments

When building the non-Docker version according to the instructions, you get a build error that Docker is not reachable via the Docker standard port. The only way to build it is to install Docker and expose it via the default port.

PolliSoft avatar Oct 16 '20 07:10 PolliSoft

@PolliSoft yeah i totally forgot that its in the pom. it still will build the jar for you itll just fail at that step. you can either comment out the docker plugin in the pom.xml or just ignore it. the jar is built before that step, look in the target directory and youll see it

StackTraceYo avatar Nov 16 '20 23:11 StackTraceYo

@PolliSoft did you figure this out? i will make a ticket to fix this

StackTraceYo avatar Nov 17 '20 18:11 StackTraceYo

Yep, the jar file is built OK, thanks a lot!

PolliSoft avatar Nov 17 '20 19:11 PolliSoft