mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix Wekan not load at all in Firefox v.68 for Android.
Thanks to xet7 ! Closes #3021
This commit is contained in:
parent
7263d7497f
commit
1235363465
6 changed files with 13 additions and 0 deletions
|
|
@ -271,6 +271,8 @@ RUN \
|
|||
cd /home/wekan/app_build/bundle/programs/server/ && \
|
||||
gosu wekan:wekan npm install && \
|
||||
#gosu wekan:wekan npm install bcrypt && \
|
||||
# Remove legacy webbroser bundle, so that Wekan works also at Android Firefox, iOS Safari, etc.
|
||||
rm -rf /home/wekan/app_build/bundle/programs/web.browser.legacy && \
|
||||
mv /home/wekan/app_build/bundle /build && \
|
||||
\
|
||||
# Put back the original tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue