From 0fd1c19514d260049cb574d7461b1ed9df247ec3 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Wed, 25 Jul 2018 11:25:21 +1000 Subject: [PATCH] dont reset --- .docker/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index a325cf68..1a653396 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -16,14 +16,10 @@ RUN npm i -g npm # Set up coriolis-data WORKDIR /src/app/coriolis-data -RUN git fetch --all -RUN git reset --hard origin/$BRANCH RUN npm install --no-package-lock RUN npm start WORKDIR /src/app/coriolis -RUN git fetch --all -RUN git reset --hard origin/$BRANCH RUN rm -rf node_modules/ RUN npm install --no-package-lock RUN npm run build