Project

General

Profile

« Previous | Next » 

Revision cf5f6377

Added by Katja Luther over 1 year ago

set encoding for docker

View differences:

src/main/docker/production/Dockerfile
24 24
ENV DATASOURCES=$CDM_HOME/.cdmLibrary/datasources.xml
25 25

  
26 26
#set encoding
27
ENV LANG=en_US.UTF-8
28
ENV LANGUAGE=en_US:en
29
ENV LC_ALL=en_US.UTF-8
27
RUN locale-gen en_US.UTF-8
28
ENV LANG en_US.UTF-8
29
ENV LANGUAGE en_US:en
30
ENV LC_ALL en_US.UTF-8
31

  
32

  
30 33

  
31 34
# java options which can be overwritten
32 35
ENV JAVA_OPTIONS="-Dspring.profiles.active=remoting"

Also available in: Unified diff