Fixed docker file to use copy instead of git clone

master
Keith Irwin 2018-11-19 04:59:55 +00:00
parent 4db6e3968a
commit 7376165b32
No known key found for this signature in database
GPG Key ID: 7A2D6993A44010AA
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ COPY . /tracman
WORKDIR /tracman
# Install dependencies
COPY package.json package-lock.json ./
RUN npm install
# Bundle source