Update git repository link

This commit is contained in:
2025-09-15 17:31:42 +02:00
parent c726a18335
commit 3594c85921
6 changed files with 15 additions and 15 deletions

View File

@@ -7,14 +7,14 @@ RUN apt-get update && \
WORKDIR /app
RUN git clone --depth 1 https://git.jabber.space/devs/profanity.git ./profanity
RUN git clone --depth 1 https://git.jabber.space/devs/cproof.git ./cproof
COPY package*.json ./
RUN npm ci
COPY --exclude=.git . .
RUN cd /app/profanity/apidocs/c/ && ./gen.sh
RUN cd /app/profanity/apidocs/python/ && ls -alh && chmod +x gen.sh && ./gen.sh
RUN cd /app/cproof/apidocs/c/ && ./gen.sh
RUN cd /app/cproof/apidocs/python/ && ls -alh && chmod +x gen.sh && ./gen.sh
RUN npm run astro telemetry disable
RUN npm run pre-build
RUN npm run build