Replaced git clone https with ssh

master
Keith Irwin 2018-10-28 21:35:23 +00:00
parent 23208a81f4
commit ea05bc1982
No known key found for this signature in database
GPG Key ID: 7A2D6993A44010AA
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
FROM node:8.4.0
# Install tracman from Github
RUN git clone https://github.com/Tracman-Org/Server.git /tracman
RUN git clone git@github.com:Tracman-org/Server.git /tracman
# Copy env files
COPY env /tracman/
WORKDIR /tracman