Skip to content

Commit 2999a08

Browse files
authored
Remove the --editable mode for pip install in Docker (#1113) (#1117)
1 parent 1fefc89 commit 2999a08

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
@@ -75,7 +75,7 @@ COPY --chown=pycsw . .
7575
COPY docker/pycsw.yml ${PYCSW_CONFIG}
7676
COPY docker/entrypoint.py /usr/local/bin/entrypoint.py
7777

78-
RUN pip3 install --editable .
78+
RUN pip3 install .
7979

8080
WORKDIR /home/pycsw
8181

0 commit comments

Comments
 (0)