From cb85cb787513df9fe825e81ca00bfadde7faf9d0 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Sun, 1 Feb 2015 16:02:11 -0500 Subject: [PATCH] updates to dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 797d7c3..78a56dc 100755 --- a/Dockerfile +++ b/Dockerfile @@ -76,3 +76,7 @@ EXPOSE 3000 EXPOSE 35729 +# configure git +git config --global push.default simple + +# !!! how to securely configure the username / password? \ No newline at end of file