checkout branch in docker build

This commit is contained in:
willyb321
2019-03-31 10:17:58 +11:00
parent 435c1b6d45
commit ef7dfd6ca1

View File

@@ -21,6 +21,7 @@ RUN npm start
# Set up coriolis
WORKDIR /src/app/coriolis
RUN git checkout ${BRANCH}
RUN npm install --no-package-lock
RUN npm run build