From 6f9d226e12f5e2b0d4f24c72cbe4f340ba87a452 Mon Sep 17 00:00:00 2001 From: Vadim Prishlyak Date: Thu, 5 Sep 2019 04:50:38 +0300 Subject: [PATCH] ! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c45b1aa..8b4ec63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN npm install --production ## Currently have to run this within container so we can link to running mongodb container... ## docker run -it -P --link adaptdb --name adapt adaptframework bash -#RUN node install --install Y --serverPort 5000 --serverName localhost --dbHost adaptdb \ +#RUN node install --install Y --serverPort 5000 --serverName localhost --dbHost 127.0.0.1 \ # --dbName adapt-tenant-master --dbPort 27017 \ # --dataRoot data --sessionSecret your-session-secret --useffmpeg Y \ # --smtpService dummy --smtpUsername smtpUser --smtpPassword smtpPass --fromAddress you@example.com \