From 5a4a07f18beb1e9539372c40920e52c68ecae7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20V=C3=A1squez?= Date: Wed, 29 Oct 2025 15:57:37 -0300 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45470a0..cea798f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM python:3.13-slim WORKDIR /app COPY . /app -CMD ["python", "-u", "test.py"] \ No newline at end of file +CMD ["python3", "-u", "test.py"] \ No newline at end of file