Fixed docker file to use copy instead of git clone

master
Keith Irwin 5 years ago
parent 4db6e3968a
commit 7376165b32
No known key found for this signature in database
GPG Key ID: 7A2D6993A44010AA

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

Loading…
Cancel
Save