mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Dockerfile: bump api2html to version 0.3.3
This commit is contained in:
parent
b983479476
commit
ffd1b93abf
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ RUN \
|
|||
gosu wekan:wekan /home/wekan/.meteor/meteor -- help; \
|
||||
\
|
||||
# extract the OpenAPI specification
|
||||
npm install -g api2html@0.3.0 && \
|
||||
npm install -g api2html@0.3.3 && \
|
||||
mkdir -p /home/wekan/python && \
|
||||
chown wekan:wekan --recursive /home/wekan/python && \
|
||||
cd /home/wekan/python && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue