From eb11cf80ecb140b7e48bb0026fe4b3f9c202cfb7 Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 30 Sep 2024 20:06:11 +0000 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b05075..fb044f0 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