Project

General

Profile

« Previous | Next » 

Revision 0c5f74e6

Added by Andreas Kohlbecker almost 4 years ago

ref #7085 adapting docker files and debian package to changes

View differences:

src/main/docker/production/Dockerfile.dev
20 20
# fixed java options which must not be overwritten
21 21
ENV JAVA_OPTS="-Xmx$HEAP_SIZE \
22 22
    -XX:+UseG1GC -XX:ParallelGCThreads=$CPU_CORES -XX:ConcGCThreads=$CPU_CORES  \
23
    -Duser.home=$CDM_HOME $JAVA_OPTIONS"
23
    -Duser.home=$CDM_HOME \
24
     -Dcdm.logDir=$LOGDIR"
24 25

  
25 26
ENV SERVER_ARGS="-forceSchemaUpdate -jmx"
26
ENV CDMSERVER_ARGS=" -httpPort=$CDMSERVER_PORT -logdir=$LOGDIR -datasources $DATASOURCES"
27
ENV CDMSERVER_ARGS=" -httpPort=$CDMSERVER_PORT -Dcdm.logDir=$LOGDIR -datasources $DATASOURCES"
27 28

  
28 29
EXPOSE $CDMSERVER_PORT
29 30

  

Also available in: Unified diff