From 7753a97c2860bc428c5129965b9e7ad35a30b5d5 Mon Sep 17 00:00:00 2001 From: fc-bot Date: Tue, 23 Apr 2024 17:34:07 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e3f0f8..a46bb10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN /venv/bin/pip install -U Flask waitress gunicorn # Check if requirements.txt exists before copying # If the path exists, copy requirements.txt into the builder stage # Using glob pattern so that build does not fail if requirements.txt does not exist -COPY requirements.tx[t] /requirements.txt +COPY requirements.txt /requirements.txt ### DEFAULT BOOTSTRAP BUILD CODE, RUN LOCALLY TO GENERATE requirements.txt ### # If requirements.txt exists and not empty, install the listed packages