diff options
| author | 2019-07-07 20:07:01 +0200 | |
|---|---|---|
| committer | 2019-07-07 20:07:01 +0200 | |
| commit | 8c2cf1b4dd3a6c79d77f9dc1a256e9d4a8db6a68 (patch) | |
| tree | c8b81ad0d7dfff999c48c67d78685c8a55d0c43b /app/install.php | |
| parent | dcb090dcd779581c1eddb20b4860848b02139145 (diff) | |
Docker healthcheck+ labels (#2438)
* Add Docker labels
And try to fix the platform metadata for ARM, and add health check
* Execution rights
* Remove experimental features not supported by Docker Hub
"--squash" is only supported on a Docker daemon with experimental
features enabled. build hook failed! (1)
* Fix paths
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/install.php b/app/install.php index e5142628d..c3aff3826 100644 --- a/app/install.php +++ b/app/install.php @@ -724,6 +724,7 @@ case 5: <head> <meta charset="UTF-8" /> <meta name="viewport" content="initial-scale=1.0" /> + <script id="jsonVars" type="application/json">{}</script> <title><?php echo _t('install.title'); ?></title> <link rel="stylesheet" href="../themes/base-theme/template.css?<?php echo @filemtime(PUBLIC_PATH . '/themes/base-theme/template.css'); ?>" /> <link rel="stylesheet" href="../themes/Origine/origine.css?<?php echo @filemtime(PUBLIC_PATH . '/themes/Origine/origine.css'); ?>" /> |
