This commit is contained in:
Ramón Vásquez 2025-10-29 15:57:37 -03:00
parent 44b13eeece
commit 5a4a07f18b

View file

@ -1,4 +1,4 @@
FROM python:3.13-slim
WORKDIR /app
COPY . /app
CMD ["python", "-u", "test.py"]
CMD ["python3", "-u", "test.py"]