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