Skip to content

Commit

Permalink
fix: adds default file encodings to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Sep 22, 2023
1 parent 25d9058 commit e04490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-ogc-api-records
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:11-jre

EXPOSE 8080

ENV JAVA_OPTS=
ENV JAVA_OPTS=-Dfile.encoding=UTF-8

ADD ./modules/services/ogc-api-records/target/gn-ogc-api-records.jar /opt/app/gn-ogc-api-records.jar

Expand Down

0 comments on commit e04490e

Please sign in to comment.