diff --git a/Dockerfile b/Dockerfile index 3c44bd3f..b95ca63a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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