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
When building a docker image, the docker file still take into consideration building the dataexport locally. with the latest setup, this should not happen instead dataexport binaries are pull directly from the central repo with mvn clean install
I tried to build a docker image of the openelis backend and noticed it failed at some point during the build, the logs indicated a section trying to pull the dataexport module. I then realized because it took much time to clone and failed, the step is not more mandatory.
The text was updated successfully, but these errors were encountered:
When building a docker image, the docker file still take into consideration building the dataexport locally. with the latest setup, this should not happen instead dataexport binaries are pull directly from the central repo with
mvn clean install
I tried to build a docker image of the openelis backend and noticed it failed at some point during the build, the logs indicated a section trying to pull the dataexport module. I then realized because it took much time to clone and failed, the step is not more mandatory.
The text was updated successfully, but these errors were encountered: