From ee9a0eb86ff69a34de697c7f05fe5ccd4de5a0f5 Mon Sep 17 00:00:00 2001 From: tanshu Date: Mon, 11 Jan 2021 11:41:36 +0530 Subject: [PATCH] Clone the main branch --- docker/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile index 28a5c0e..76c24a8 100644 --- a/docker/app/Dockerfile +++ b/docker/app/Dockerfile @@ -1,6 +1,6 @@ FROM node:latest AS builder ADD https://git.tanshu.com/api/v1/repos/tanshu/luthor/branches/main /main.json -RUN git clone --single-branch --depth 1 --branch latest https://git.tanshu.com/tanshu/luthor.git /app +RUN git clone --single-branch --depth 1 --branch main https://git.tanshu.com/tanshu/luthor.git /app WORKDIR /app/otis RUN npm install --unsafe-perm --legacy-peer-deps && /app/otis/node_modules/.bin/ng build --prod