diff --git a/Dockerfile b/Dockerfile index 636b0e7..ad9119b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # ============================== # STAGE 2 – Runtime (produção) # ============================== +# comnent´pario teste FROM python:3.12-slim AS runtime # Define diretório de trabalho