We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530ba36 commit 6fddf11Copy full SHA for 6fddf11
debian/Dockerfile
@@ -19,7 +19,7 @@ ARG GO_BINARY
19
20
COPY ./debian/${DEB_NAME} /${DEB_NAME}/
21
COPY ./${GO_BINARY} /${DEB_NAME}/usr/bin/${BINARY_NAME}
22
-COPY ./debian/${DEB_NAME}/debian/copyright /${DEB_NAME}/usr/share/doc/copyright
+COPY ./debian/${DEB_NAME}/DEBIAN/copyright /${DEB_NAME}/usr/share/doc/copyright
23
24
# Go application are tagged with `v` prefix, this remove the first v if present
25
RUN export VERSION=$(echo "${VERSION}" | sed -e "s/^v\(.*\)/\1/") && \
0 commit comments