Skip to content

Commit

Permalink
Merge pull request #288 from inbo/213_import_points
Browse files Browse the repository at this point in the history
  • Loading branch information
katya-shaleninova authored Jan 31, 2025
2 parents 35283ef + 97ab292 commit f5e27d8
Show file tree
Hide file tree
Showing 7 changed files with 2,550 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker/spatial-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ LABEL ala.version=inbo-${COMMIT}
LABEL pipelines.version=${PIPELINES_VERSION}

COPY --from=builder /project/build/libs/project-${VERSION}-plain.war ${CATALINA_HOME}/webapps/spatial-service.war
RUN curl https://biodiversiteitsportaal-dev-backups.s3.eu-west-1.amazonaws.com/pipelines-2.19.0-SNAPSHOT-shaded.jar -o /pipelines.jar

RUN mkdir /data/pipelines-vocabularies && mkdir /data/pipelines-data && mkdir /data/pipelines-shp

RUN `curl https://biodiversiteitsportaal-dev-backups.s3.eu-west-1.amazonaws.com/pipelines-2.19.0-SNAPSHOT-shaded.jar -o /pipelines.jar`

RUN `curl https://pipelines-shp.s3-ap-southeast-2.amazonaws.com/pipelines-shapefiles.zip -o /data/pipelines-shp/pipelines-shapefiles.zip`
RUN unzip /data/pipelines-shp/pipelines-shapefiles.zip -d /data/pipelines-shp

COPY pipelines/vocabularies/* /data/pipelines-vocabularies/

COPY spatial-service.xml ${CATALINA_HOME}/conf/portal/localhost/spatial-service.xml

Expand Down
Loading

0 comments on commit f5e27d8

Please sign in to comment.