[go: nahoru, domu]

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

Languagetool installation fails because of missing slash in Dockerfile #285

Closed
StephanPillhofer opened this issue Jul 8, 2024 · 2 comments

Comments

@StephanPillhofer
Copy link

The Docker installation for the languagetool fails because of a missing / in its Dockerfile:

Wrong:
COPY scripts/* .

Correct:
COPY scripts/* ./

Inserting the slash fixes the problem.

Docker Version: 27.0.3

grafik

@MWedl
Copy link
Contributor
MWedl commented Jul 8, 2024

Thanks for reporting. We will update the Dockerfile

@MWedl
Copy link
Contributor
MWedl commented Jul 10, 2024

@MWedl MWedl closed this as completed Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants