Skip to content

Commit

Permalink
Update DockerfileBullseye (#199)
Browse files Browse the repository at this point in the history
Added default encoding of UTF-8 for the version of Java running in the container
  • Loading branch information
darnjo authored Nov 11, 2024
1 parent bfa9a2d commit 4ce13b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DockerfileBullseye
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN rm -rf web-api-commander/.git
RUN rm -rf /var/lib/apt/lists/*

ENV WEB_API_COMMANDER_PATH=/web-api-commander
ENV JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
ENV REFERENCE_METADATA_URL=https://services.reso.org/metadata
ENV NODE_OPTIONS=--max-old-space-size=8192
ADD ./ ./
Expand Down

0 comments on commit 4ce13b1

Please sign in to comment.