From ee532cdeff7238c2161380f694e0e4ca3d1085eb Mon Sep 17 00:00:00 2001 From: Ionel Andrei Cataon Date: Thu, 12 Feb 2026 15:37:51 +0200 Subject: [PATCH] update4 --- project2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project2/Dockerfile b/project2/Dockerfile index 6534079..f3fcfe6 100644 --- a/project2/Dockerfile +++ b/project2/Dockerfile @@ -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"