workofarttattoo's picture
download
raw
780 Bytes
# Chrono Walker - Production Dockerfile
# Copyright (c) 2025 Joshua Hendricks Cole (DBA: Corporation of Light). All Rights Reserved. PATENT PENDING.
FROM python:3.11-slim
WORKDIR /app
RUN apt-get update && apt-get install -y gcc g++ curl && rm -rf /var/lib/apt/lists/*
COPY chrono_walker_requirements.txt .
RUN pip install --no-cache-dir -r chrono_walker_requirements.txt
COPY chrono_walker_backend.py .
COPY chrono_walker_quantum_engine.html .
COPY aios/ ./aios/ 2>/dev/null || true
RUN useradd -m -u 1000 chronowalker && chown -R chronowalker:chronowalker /app
USER chronowalker
EXPOSE 8000
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
CMD curl -f http://localhost:8000/health || exit 1
CMD ["python", "-u", "chrono_walker_backend.py"]

Xet Storage Details

Size:
780 Bytes
·
Xet hash:
6fafd07771e7f96818b8c9e6836506a62b7d0166617f5819be4acd72bcc79f0c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.