corrects from

This commit is contained in:
Hyatt 2024-11-10 22:42:51 -06:00
parent 31e9192300
commit 1e00bb7188
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -40,7 +40,7 @@ FROM ${repository}/dockerhub/library/debian:latest
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
LABEL org.opencontainers.image.title="darkice"
COPY --from builder /tmp/build/darkice-\${DARKICE_VERSION}/src/darkice /usr/bin/local/
COPY --from=builder /tmp/build/darkice-\${DARKICE_VERSION}/src/darkice /usr/bin/local/
ENTRYPOINT [ "/bin/bash", "-c", "/usr/local/bin/darkice" ]
"""