From 882df6d40821b73b81344f875292fba05b636bcf Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Tue, 23 Sep 2025 13:40:54 +0200 Subject: [PATCH] ref(Dockerfile): remove unused `ls` call Call was needed for debug purposes. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc2db1c..e65e57f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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