Skip to content

Commit

Permalink
feat: Support copying productized man pages
Browse files Browse the repository at this point in the history
we need to support targets other than dsc.1, so copying all generated *.1
files to the man1/ directory.
  • Loading branch information
abellotti committed Jun 28, 2023
1 parent 5fa4717 commit 4cb3212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV VIRTUAL_ENV=/app/qpc/.venv
ENV PATH="${VIRTUAL_ENV}/bin:$PATH"

# copy manpage
COPY --from=manpage_builder /app/docs/*.1 /usr/local/share/man/man1/qpc.1
COPY --from=manpage_builder /app/docs/*.1 /usr/local/share/man/man1/

# copy the rest of the application
COPY . .
Expand Down

0 comments on commit 4cb3212

Please sign in to comment.