website-and-documentation/.dockerignore
Stephan Lo 1c462af51b
Some checks failed
ci / build (push) Failing after 46s
fix: ensure package-lock.json is included in Docker build context
npm ci requires package-lock.json to be present in the build context.
Explicitly allow package-lock.json in .dockerignore to fix CI build failure.
2025-10-23 17:15:14 +02:00

22 lines
292 B
Text

.github
.gitignore
.vscode
.devbox
.devcontainer
node_modules
public
resources
tmp
*.md
!content/**/*.md
TESTING.md
Taskfile.yml
devbox.json
devbox.lock
.hugo_build.lock
.htmltest.yml
.htmlvalidate.json
.markdownlint.json
# Ensure package-lock.json is included for npm ci
!package-lock.json