Skip to content

Commit

Permalink
#116: Use a fixed locale for the spatial-service as a workaround for A…
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Oct 24, 2024
1 parent 4f6821d commit 4e42de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/spatial-service/spatial-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ management:
web:
exposure:
include: health

useFixedLocale: en
3 changes: 1 addition & 2 deletions docker/spatial-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM --platform=${BUILDPLATFORM} gradle:7-jdk11 AS builder

WORKDIR /spatial-service

ARG test=14
ARG VERSION=fix-deleting-uploads
ARG VERSION=vbp-develop
RUN git clone --branch ${VERSION} --depth 1 https://github.com/StefanVanDyck/spatial-service.git /spatial-service

# ARG VERSION=2.1.5
Expand Down

0 comments on commit 4e42de7

Please sign in to comment.