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