Update wrapper/dockerfile

This commit is contained in:
frarol96 2025-08-24 16:19:17 +00:00
parent dcff277d1a
commit f123084286

View File

@ -25,7 +25,7 @@ RUN if [ "$WITH_PLAYWRIGHT" = "1" ]; then \
COPY requirements.txt /app/requirements-wrapper.txt
RUN pip install --no-cache-dir -r /app/requirements-wrapper.txt
# ---- wrapper entrypoint ----
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
RUN chmod +x /app/docker-entrypoint.sh
ENTRYPOINT ["/app/docker-entrypoint.sh"]
# ---- wrapper entrypoint (use the wrapper) ----
COPY start.sh /app/start.sh
RUN chmod +x /app/start.sh
ENTRYPOINT ["/app/start.sh"]