ref(Dockerfile): remove unused ls call
Call was needed for debug purposes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user