Browse Source

perf: expand .dockerignore to reduce Docker build context size

pull/2552/head
Platon47 4 months ago
committed by GitHub
parent
commit
bedac4178d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 19
      .dockerignore

19
.dockerignore

@ -1,3 +1,22 @@
# --- Node / build artifacts ---
/src/node_modules
/src/.nuxt
/src/.output
# --- Git history (never needed in build context) ---
.git
.gitignore
# --- Documentation & assets (not needed in image) ---
docs
assets
*.md
CHANGELOG.md
LICENSE
# --- CI / GitHub metadata ---
.github
.vscode
# --- Dev Dockerfile (not needed inside build context) ---
Dockerfile.dev

Loading…
Cancel
Save