This commit is contained in:
Vadim Prishlyak 2019-09-05 04:50:38 +03:00
parent 3846fd6433
commit 6f9d226e12
1 changed files with 1 additions and 1 deletions

View File

@ -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 \