Skip to content

Commit 4070a3b

Browse files
committed
install dev dependencies
1 parent 5038d87 commit 4070a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY Pipfile* /tmp/
1414

1515
# Install the dependencies system-wide
1616
WORKDIR /tmp
17-
RUN pipenv sync --system
17+
RUN pipenv sync --dev --system
1818

1919
# Create mount point for docker-compose volume and set as current workdir
2020
WORKDIR /legaldb

0 commit comments

Comments
 (0)