mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
Fix: Download file(unicode filename) cause crash with exception. Closes #784
This commit is contained in:
parent
dd898f4033
commit
f88d68a9c3
2 changed files with 915 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ RUN \
|
|||
cd /home/wekan/app_build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt && \
|
||||
gosu wekan rm -rf node_modules/bcrypt && \
|
||||
gosu wekan npm install bcrypt && \
|
||||
gosu wekan cp /home/wekan/app/fix-download-unicode/cfs_access-point.js /home/wekan/app_build/bundle/programs/server/packages/ && \
|
||||
cd /home/wekan/app_build/bundle/programs/server/ && \
|
||||
gosu wekan npm install && \
|
||||
mv /home/wekan/app_build/bundle /build && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue