Files
DinQuant/.dockerignore
T

18 lines
526 B
Plaintext
Raw Normal View History

# Used when build context is the repo root (e.g. frontend image).
# Backend builds use backend_api_python/.dockerignore with its own context.
.git
**/.git
.DS_Store
# Do not send unused frontend source build artifacts
QuantDinger-Vue-src/node_modules
QuantDinger-Vue-src/dist
# The open-source repo ships prebuilt frontend assets in `frontend/dist`,
# and the frontend image copies them directly, so keep this directory included.
# Backend & DB not needed for frontend stage
backend_api_python
docker-compose.override.yml