Skip to content

Commit

Permalink
Allow non strict ssl @AlexBoehner
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginleyr1 committed Aug 26, 2016
1 parent 8dc7986 commit 82f79d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions tsdrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"strictSSL": false
}

0 comments on commit 82f79d5

Please sign in to comment.