This commit is contained in:
Ionel Andrei Cataon
2026-02-12 15:34:02 +02:00
parent 00cf4bb992
commit 0528f7c837
2 changed files with 2 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ COPY quotes.py .
# Defines o varianta de baza
ENV QUOTE_API_URL="https://api.quotable.io/random"
CMD ["python", "quotes.py"]
CMD ["python", "famousquotes.py"]