Skip to content

Commit 0916606

Browse files
committed
fix premission 2
1 parent ba6c689 commit 0916606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ ARG VERSION=no-version
99

1010
ENV VERSION=$VERSION
1111

12-
COPY --chmod=a+rx *.sh /usr/bin/
12+
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

Comments
 (0)