elimina HTTPS: servidor corre en HTTP puro

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 16:12:16 -04:00
parent c6d66e66c6
commit 7651d64b5e
3 changed files with 1 additions and 59 deletions
-3
View File
@@ -2,9 +2,6 @@ FROM python:3.12-slim
WORKDIR /app
RUN apt-get update \
&& apt-get install -y --no-install-recommends openssl \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt