jhipster / jhipster-registry

JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config
Apache License 2.0
698 stars 657 forks source link

Update Dockerfile to support building image on Win #476

Closed hrrbrt closed 4 years ago

hrrbrt commented 4 years ago

On Windows 10 you get an error while building the image: /bin/sh: 1: ./mvnw: not found Using dos2unix to replace \r\n with \n solves the problem for Windows

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

pascalgrimaud commented 4 years ago

thanks and congrats for your 1st contribution @hrrbrt