diff --git a/Dockerfile b/Dockerfile index d8abdb8..c1377a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM python:3.13-slim WORKDIR /app COPY . /app -CMD ["python3", "test.py"] \ No newline at end of file +CMD ["python", "test.py"] \ No newline at end of file