Update git repository link
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user