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

Do not copy version file in makefile #53

Open
33Fraise33 opened this issue Oct 25, 2024 · 0 comments
Open

Do not copy version file in makefile #53

33Fraise33 opened this issue Oct 25, 2024 · 0 comments

Comments

@33Fraise33
Copy link

33Fraise33 commented Oct 25, 2024

Hello,

in the ossmediator makefile you copy the version file before building the container.

This gives issues if you just want to manually build the container without using the makefile.

I would propose to update the docker build file and change the copy command:

COPY ./VERSION ../.
to: COPY ../VERSION ../.

This is the same for the elasticsearchplugin.

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

1 participant