mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 08:24:07 +01:00
Adding DEFAULT_WAIT_SPINNER to all environments
This commit is contained in:
parent
ba41533128
commit
4b9f8ab2b1
8 changed files with 23 additions and 3 deletions
|
|
@ -137,7 +137,8 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
|
|||
SAML_IDENTIFIER_FORMAT="" \
|
||||
SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE="" \
|
||||
SAML_ATTRIBUTES="" \
|
||||
ORACLE_OIM_ENABLED=false
|
||||
ORACLE_OIM_ENABLED=false \
|
||||
DEFAULT_WAIT_SPINNER=""
|
||||
|
||||
# Copy the app to the image
|
||||
COPY ${SRC_PATH} /home/wekan/app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue