aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly/Dockerfile
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-04-18 00:03:15 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-04-18 00:03:17 +0800
commite804d7764e58ceb10fb7a931b0257cc42b76e18e (patch)
tree10837ac2af0cec8122ec87a2b476d97d466f39d1 /standalone/src/main/assembly/Dockerfile
parentbc68230b7c642c501c2e60383b4d74ffe2f1fe7a (diff)
Upgrade uui-server database to postgreSQL
Change-Id: I6c8a61d79fe123274df737b984b853bad09bbd5d Issue-ID: USECASEUI-236 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly/Dockerfile')
-rw-r--r--standalone/src/main/assembly/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/Dockerfile b/standalone/src/main/assembly/Dockerfile
index eb17387b..476ad77c 100644
--- a/standalone/src/main/assembly/Dockerfile
+++ b/standalone/src/main/assembly/Dockerfile
@@ -36,7 +36,7 @@ RUN echo "listen_addresses='*'" >> ${PG_HOME}/${PG_VERSION}/main/postgresql.conf
VOLUME ["${PG_HOME}", "${PG_VAR_LIB}", "${PG_LOGDIR}"]
# Set the default command to run postgreSQL when starting the container
-CMD ["${PG_USR_LIB}/${PG_VERSION}/bin/postgres", "-D", "${PG_VAR_LIB}/${PG_VERSION}/main", "-c", "config_file=${PG_HOME}/${PG_VERSION}/main/postgresql.conf"]
+# CMD ["${PG_USR_LIB}/${PG_VERSION}/bin/postgres", "-D", "${PG_VAR_LIB}/${PG_VERSION}/main", "-c", "config_file=${PG_HOME}/${PG_VERSION}/main/postgresql.conf"]
#Configure Java SDK
RUN sed -i 's|#networkaddress.cache.ttl=-1|networkaddress.cache.ttl=10|' /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security