From 8645e93f66d9a9555e79b25938e8e6e439ab64b4 Mon Sep 17 00:00:00 2001 From: James Fulton Date: Tue, 31 Oct 2023 17:13:13 +0000 Subject: [PATCH] remove config copy from dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83fb51b..cb6a6c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ RUN pip install -r app/requirements.txt # copy library files COPY pvnet_app/ app/pvnet_app/ COPY tests/ app/tests/ -COPY configs/ app/configs/ COPY scripts/ app/scripts/ # change to app folder