summaryrefslogtreecommitdiff
path: root/.dockerignore
AgeCommit message (Collapse)Author
2026-06-04Docker: Fix YaCy version determinationMichael Meier
The .dockerignore file was preventing the .git directory from being copied into the context during container builds, which prevented ant from determining the YaCy version by running a few git commands. This fixes containerized YaCy peer's version showing up as: yacy_v1.941_fatal: not a git repository (or any of the parent directories): .gitfatal: not a git repository (or any of the parent directories): .git_fatal: not a git repository (or any of the parent directories): .git
2025-04-06test dockerfileMister_X
2023-03-05fixed build problem from https://github.com/yacy/yacy_search_server/issues/566Michael Christen
2020-12-29added a dockerignore fileMichael Peter Christen