fixes
This commit is contained in:
@@ -12,7 +12,7 @@ FROM base AS runner
|
||||
|
||||
COPY --from=builder /app/wheels /wheels
|
||||
RUN pip install --no-cache-dir -q /wheels/*
|
||||
COPY proxy/rss_proxy.py healthcheck.py /app/
|
||||
COPY proxy/ /app/
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
EXPOSE 5050
|
||||
|
||||
Reference in New Issue
Block a user