mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
fix: pull manpage from amd64 stage
This commit is contained in:
4
Makefile
4
Makefile
@@ -110,7 +110,11 @@ endif
|
|||||||
|
|
||||||
addman: help2man man-db
|
addman: help2man man-db
|
||||||
mkdir -p /usr/local/share/man/man1
|
mkdir -p /usr/local/share/man/man1
|
||||||
|
ifneq ("$(wildcard /usr/local/share/man/man1/dokku.1-generated)","")
|
||||||
|
cp /usr/local/share/man/man1/dokku.1-generated /usr/local/share/man/man1/dokku.1
|
||||||
|
else
|
||||||
help2man -Nh help -v version -n "configure and get information from your dokku installation" -o /usr/local/share/man/man1/dokku.1 dokku
|
help2man -Nh help -v version -n "configure and get information from your dokku installation" -o /usr/local/share/man/man1/dokku.1 dokku
|
||||||
|
endif
|
||||||
mandb
|
mandb
|
||||||
|
|
||||||
version:
|
version:
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ RUN PLUGIN_MAKE_TARGET=${PLUGIN_MAKE_TARGET} \
|
|||||||
FROM builder as armhf
|
FROM builder as armhf
|
||||||
|
|
||||||
COPY --from=amd64 /tmp /tmp
|
COPY --from=amd64 /tmp /tmp
|
||||||
|
COPY --from=amd64 /usr/local/share/man/man1/dokku.1 /usr/local/share/man/man1/dokku.1-generated
|
||||||
|
|
||||||
ARG PLUGIN_MAKE_TARGET
|
ARG PLUGIN_MAKE_TARGET
|
||||||
ARG DOKKU_VERSION=master
|
ARG DOKKU_VERSION=master
|
||||||
|
|||||||
Reference in New Issue
Block a user