Files
xiaoxia-saas/Dockerfile
T
Xiaoxia AI f9f9afed7a
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 16s
Deploy / Deploy Staging (push) Successful in 8s
Deploy / Deploy Production (push) Has been skipped
refactor(deploy): freeze canonical docker entrypoint
2026-06-21 05:09:21 +08:00

17 lines
553 B
Docker

# Deprecated root Dockerfile
#
# The canonical SaaS runtime images live under infra/docker/:
# - infra/docker/api.Dockerfile
# - infra/docker/worker.Dockerfile
# - infra/docker/web.Dockerfile
#
# Use infra/docker/compose.yml and infra/docker/deploy-staging.sh for deployments.
# This file intentionally fails to prevent accidental use of the old root build path.
FROM scratch
LABEL org.opencontainers.image.title="xiaoxia-saas-deprecated-root-dockerfile"
LABEL org.opencontainers.image.description="Use infra/docker/api.Dockerfile instead"
RUN false