Updated Docker file to include npm as a new requirement for the admin-lte npm module.

Also added session persistence setting to default and docker configuration files.

Changed the default persistence configuration of the default config file to use SQLite instead of MySQL.
This commit is contained in:
Matt Scott
2023-02-17 19:00:09 -05:00
parent d12f03c734
commit e82759cbc4
3 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@ ARG BUILD_DEPENDENCIES="build-base \
openldap-dev \
python3-dev \
xmlsec-dev \
npm \
yarn \
cargo"