From 413d3266c4ec8c8850a73e88eb03db794f1737ff Mon Sep 17 00:00:00 2001 From: Rojo Date: Mon, 6 Nov 2023 18:49:06 +0000 Subject: [PATCH] renamed in dockerfile as well --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9998ba7..71a6617 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.8 WORKDIR /app -COPY app.py gunicorn_config.py requirements.txt dst_api_test.py ./ +COPY app.py gunicorn_config.py requirements.txt dst_api.py ./ # Install Python dependencies RUN pip install -r requirements.txt