From e69d1ca233478da61ce64cdce50cf785ce64ee14 Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 30 Sep 2024 20:07:15 +0000 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb044f0..278c9a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.13.0rc2-bookworm WORKDIR /usr/src/app -COPY requirements.txt . +COPY ./requirements.txt . RUN apt update RUN apt install nmap -y RUN pip install --no-cache-dir -r requirements.txt -vvv