ref(Dockerfile): remove unused ls call

Call was needed for debug purposes.
This commit is contained in:
2025-09-23 13:40:54 +02:00
parent 3a98252e0c
commit 882df6d408

View File

@@ -14,7 +14,7 @@ RUN npm ci
COPY --exclude=.git . .
RUN cd /app/cproof/apidocs/c/ && ./gen.sh
RUN cd /app/cproof/apidocs/python/ && ls -alh && chmod +x gen.sh && ./gen.sh
RUN cd /app/cproof/apidocs/python/ && chmod +x gen.sh && ./gen.sh
RUN npm run astro telemetry disable
RUN npm run pre-build
RUN npm run build