From d07063f636376d402853f14fd33f4bcc4ad8007a Mon Sep 17 00:00:00 2001 From: wodka Date: Wed, 3 Jul 2019 09:47:52 +0200 Subject: [PATCH] fixes for admin creation --- .gitignore | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 01fc19d8..c1152952 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +data/ dist .vagrant npm-debug.* diff --git a/Dockerfile b/Dockerfile index 9bbedc7c..6806581f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ ENV MAILER_SMTP_PORT= ENV MAILER_SMTP_SECURE= ENV CREATE_ADMIN=FALSE -ENV ADMIN_EMAIL=admin@localhost +ENV ADMIN_EMAIL=admin@tellform.com ENV ADMIN_USERNAME=root ENV ADMIN_PASSWORD=root