This commit is contained in:
Ramón Vásquez 2025-10-29 15:56:27 -03:00
parent b0aeaaeb08
commit 44b13eeece

View file

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