diff --git a/app/Dockerfile b/app/Dockerfile index 86b4528..af78ea2 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -9,8 +9,6 @@ ENV PYTHONPATH=/app COPY . ./app -# Asegúrate de que el script auto.sh sea ejecutable -RUN chmod +x /app/auto.sh RUN ls