This commit is contained in:
Ramón Vásquez 2025-10-29 15:49:35 -03:00
parent 638e336b69
commit b0aeaaeb08

View file

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