separado de python y max 12 caracteres rut admin + easter egg

This commit is contained in:
2026-03-22 20:34:43 -03:00
parent 030159cb66
commit cdb17a77bf
10 changed files with 987 additions and 962 deletions

View File

@@ -7,7 +7,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy source code
COPY app.py .
COPY *.py .
COPY templates/ ./templates/
COPY static/ ./static/
#COPY .env .