Files
sofarr/.dockerignore
T
gronod ddebe96056
Build and Push Docker Image / build (push) Successful in 55s
CI / Security audit (push) Successful in 1m2s
CI / Tests & coverage (push) Successful in 1m13s
ci: trigger rebuild with .dockerignore fix
2026-05-21 00:27:29 +01:00

26 lines
298 B
Plaintext

# Docker build context ignores
node_modules/
.env
.env.example
.env.sample
.git/
.gitignore
.DS_Store
*.log
**/*.log
client/node_modules/
client/dist/
dist/
build/
coverage/
tests/
vitest.config.js
.markdownlint.json
README.md
CHANGELOG.md
SECURITY.md
LICENSE
.dockerignore
Dockerfile
.gitea/
docs/