This commit is contained in:
Ionel Andrei Cataon
2026-02-12 15:37:51 +02:00
parent 0528f7c837
commit ee532cdeff

View File

@@ -5,7 +5,7 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY quotes.py .
COPY famousquotes.py .
# Defines o varianta de baza
ENV QUOTE_API_URL="https://api.quotable.io/random"