Skip to content

Commit

Permalink
Cleanup LICENSE copy (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Nov 18, 2024
1 parent d6e3d98 commit 5fb2a44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG VERSION={{.version}}
{{- end }}

COPY --from=builder /usr/bin/main {{.app_file}}
COPY --from=builder /workspace/LICENSE /licenses/
COPY LICENSE /licenses/

USER 65532

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN microdnf install socat tar
{{- end }}

COPY --from=builder /usr/bin/main {{.app_file}}
COPY --from=builder /workspace/LICENSE /licenses/
COPY LICENSE /licenses/

RUN ln -s {{.app_file}} /usr/local/bin/deploy && \
ln -s {{.app_file}} /usr/local/bin/scaffold && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN microdnf update tzdata -y && microdnf reinstall tzdata -y
RUN microdnf install rsync

COPY --from=builder /usr/bin/main /usr/bin/discover
COPY --from=builder /workspace/LICENSE /licenses/
COPY LICENSE /licenses/

USER 65532

Expand Down

0 comments on commit 5fb2a44

Please sign in to comment.