Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PolliSoft opened this issue Oct 16, 2020 · 3 comments

Comments

@PolliSoft
Copy link

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.

@StackTraceYo
Copy link
Owner

@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
Copy link
Owner

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

@PolliSoft
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants