Skip to content

Commit

Permalink
Merge pull request #29 from europeana/EA-3625-change-caching-architec…
Browse files Browse the repository at this point in the history
…ture

apparently the jre image is not supproting the native grpc calls
  • Loading branch information
gsergiu authored Nov 24, 2023
2 parents f824ec8 + 6e21bd0 commit d26d455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Builds a docker image from a locally built Maven war. Requires 'mvn package' to have been run beforehand
FROM eclipse-temurin:17-jre-alpine
#FROM eclipse-temurin:17-jre-alpine
FROM tomcat:9.0.74-jdk17
LABEL Author="Europeana Foundation <[email protected]>"

# Configure APM and add APM agent
Expand Down

0 comments on commit d26d455

Please sign in to comment.