Skip to content

Commit

Permalink
remove config copy from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Oct 31, 2023
1 parent a222bdb commit 8645e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8645e93

Please sign in to comment.