Update Dockerfile

This commit is contained in:
Ramón Vásquez 2025-09-26 14:40:12 -03:00
parent ed0fd34a77
commit d1c588bc6e

View file

@ -7,4 +7,4 @@ COPY /app/app.py /app
RUN pip3 install -r requirements.txt
COPY . .
CMD ["python3", "app.py"]
###########
############