mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Merge branch 'release/17.4' into dev
This commit is contained in:
@@ -9,7 +9,7 @@ else
|
||||
echo "Assets need to be compiled"
|
||||
JOBS=8 npm install
|
||||
|
||||
SECRET_KEY_BASE=1 RAILS_ENV=production DATABASE_URL=nulldb://db \
|
||||
SECRET_KEY_BASE="$(openssl rand -hex 64)" RAILS_ENV=production DATABASE_URL=nulldb://db \
|
||||
bin/rails openproject:plugins:register_frontend assets:precompile
|
||||
|
||||
if [ "$DOCKER" = "1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user