mirror of
https://github.com/wekan/wekan.git
synced 2026-02-18 14:08:06 +01:00
- More whitelabeling.
Thanks to xet7 !
This commit is contained in:
parent
a6213d4a6f
commit
2969161afb
16 changed files with 34 additions and 29 deletions
|
|
@ -310,7 +310,7 @@ RUN \
|
|||
cd /home/wekan/app &&\
|
||||
mkdir -p ./public/api && \
|
||||
python3 ./openapi/generate_openapi.py --release $(git describe --tags --abbrev=0) > ./public/api/wekan.yml && \
|
||||
/opt/nodejs/bin/api2html -c ./public/wekan-logo-header.png -o ./public/api/wekan.html ./public/api/wekan.yml; \
|
||||
/opt/nodejs/bin/api2html -c ./public/logo-header.png -o ./public/api/wekan.html ./public/api/wekan.yml; \
|
||||
# Build app
|
||||
cd /home/wekan/app && \
|
||||
gosu wekan:wekan /home/wekan/.meteor/meteor add standard-minifier-js && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue