This commit is contained in:
2025-03-03 03:27:58 +03:00
parent f53068f3ae
commit 5d39a910f9

View File

@@ -12,7 +12,7 @@ FROM base AS runner
COPY --from=builder /app/wheels /wheels COPY --from=builder /app/wheels /wheels
RUN pip install --no-cache-dir -q /wheels/* RUN pip install --no-cache-dir -q /wheels/*
COPY proxy/rss_proxy.py healthcheck.py /app/ COPY proxy/ /app/
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1
EXPOSE 5050 EXPOSE 5050