Skip to content

Commit

Permalink
Fixing EOxServer re-installation after patching
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Nov 4, 2023
1 parent e3dac27 commit 764a7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN cd /registrar_pycsw && \
pip3 install .

ADD eoxserver.patch /opt/eoxserver/
RUN cd /opt/eoxserver && patch -p 1 < eoxserver.patch
RUN cd /opt/eoxserver && patch -p 1 < eoxserver.patch && \
python3 -m pip install .

ENV STARTUP_SCRIPTS="/registrar_pycsw/registrar_pycsw/initialize-collections.sh"

0 comments on commit 764a7fd

Please sign in to comment.