From a85499a70dff0f4eace334e303e4ca884950c4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20V=C3=A1squez?= Date: Wed, 1 Oct 2025 16:24:22 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0e4b716..cc1ac89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,4 @@ COPY /app/app.py /app RUN pip3 install -r requirements.txt COPY . . CMD ["python3", "app.py"] +# \ No newline at end of file