From c1a45c88b23bb36cfdc9ad5487eaf9395e1d7caf Mon Sep 17 00:00:00 2001 From: joey0629 Date: Thu, 6 Jun 2024 01:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5829909..b65f8d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ WORKDIR /app # Copy the dependencies file to the working directory COPY requirements.txt . -COPY beaapi-0.0.2-py3-none-any.whl +#COPY beaapi-0.0.2-py3-none-any.whl # Install any dependencies RUN pip3 install -r requirements.txt RUN pip install beaapi-0.0.2-py3-none-any.whl