Skip to content

Commit 6785698

Browse files
authored
Merge pull request #27 from podmortem/fix/jgit
fix(image): add XDG_CONFIG_HOME environment variable to image
2 parents 63a57c7 + 67aeedd commit 6785698

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/docker/Dockerfile.native

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal
2525
WORKDIR /work/
2626
COPY --from=build /home/quarkus/target/*-runner /work/application
2727

28+
ENV XDG_CONFIG_HOME=/tmp
29+
2830
EXPOSE 8080
2931
CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]

0 commit comments

Comments
 (0)