Commit b753429a authored by Tobias Munk's avatar Tobias Munk

fixed path

parent 2ddb86f6
Pipeline #1389 failed with stage
......@@ -14,7 +14,7 @@ $common = [
'assetManager' => [
'dirMode' => YII_ENV_PROD ? 0777 : null, // Note: For using mounted volumes or shared folders
'bundles' => YII_ENV_PROD ? require(__DIR__ . '/assets-gen/prod.php') : null,
'basePath' => '@root',
'basePath' => '@app/../web/assets',
],
'authManager' => [
'class' => 'yii\rbac\DbManager',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment