aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRob McGinley <mcginleyr1@gmail.com>2016-08-26 09:31:50 -0400
committerRob McGinley <mcginleyr1@gmail.com>2016-08-26 09:31:50 -0400
commit82f79d5aacb744f5904dfd57989e96e0462fffd1 (patch)
treeda89d2edf416f1be2a3b4eb97bd35dfa4372ec9b /Dockerfile
parent8dc7986ada6631a491ff09f286a1a534e7b34a19 (diff)
Allow non strict ssl @AlexBoehner
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 7cbd1fd..b0a2b78 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,8 @@ RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
RUN apt-get -y install nodejs
+COPY tsdrc ~/.tsdrc
+
COPY . /var/www/pev
WORKDIR /var/www/pev