Skip to content

Commit

Permalink
build: Fix COPY for directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 13, 2024
1 parent 40a507d commit 74167eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:alpine

COPY csvkit man README.rst setup.py .
COPY csvkit csvkit
COPY man man
COPY README.rst setup.py .

RUN pip install --no-cache-dir .

0 comments on commit 74167eb

Please sign in to comment.