Skyvern/Dockerfile.ui.dockerignore
Celal Zamanoğlu a0fc148a1e
fix(SKY-9781): port prebuilt-UI Dockerfile + entrypoint from cloud (#5998)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-04 09:37:04 +03:00

15 lines
529 B
Text

# Per-Dockerfile ignore for Dockerfile.ui (overrides .dockerignore).
# The UI image only needs the frontend source and the entrypoint script;
# everything else in the repo is irrelevant to this build context.
*
!skyvern-frontend
!entrypoint-skyvernui.sh
# Re-exclude noise inside skyvern-frontend so host-side state (a populated
# node_modules whose .bin shims don't resolve inside Linux, a stale dist/,
# local .env files) can't leak into the build.
skyvern-frontend/node_modules
skyvern-frontend/dist
skyvern-frontend/.env*