Replaced git pull with COPY in Dockerfile

master
Keith Irwin 2018-10-28 21:37:42 +00:00
parent ea05bc1982
commit 4db6e3968a
No known key found for this signature in database
GPG Key ID: 7A2D6993A44010AA
1 changed files with 2 additions and 4 deletions

View File

@ -3,10 +3,8 @@
# Node version
FROM node:8.4.0
# Install tracman from Github
RUN git clone git@github.com:Tracman-org/Server.git /tracman
# Copy env files
COPY env /tracman/
# Copy files into container
COPY . /tracman
WORKDIR /tracman
# Install dependencies