We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6c689 commit 0916606Copy full SHA for 0916606
Dockerfile
@@ -9,4 +9,6 @@ ARG VERSION=no-version
9
10
ENV VERSION=$VERSION
11
12
-COPY --chmod=a+rx *.sh /usr/bin/
+COPY *.sh /usr/bin/
13
+
14
+RUN sudo chmod a+rx /usr/bin/render-pcb.sh && sudo chmod a+rx /usr/bin/kicad_animation.sh
0 commit comments