1
0
Fork 0

Fix fakesilence src directory being copied over binary.

liquidsoap-2.2
Icedream 2022-03-09 09:46:35 +01:00
parent 9a913f103a
commit fc3a58c430
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM busybox
WORKDIR /target/usr/local/bin/
COPY . .
COPY *.sh .
RUN chmod -v +x *.sh
###