using last base image to fix issue with javascript workers
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# Use our base image
|
# Use our base image
|
||||||
# FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.33-php8.3
|
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.51-php8.3
|
||||||
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.50-php8.3
|
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ try {
|
|||||||
$view = new PhtmlView($rootDir . "framework/src/templates/error.phtml");
|
$view = new PhtmlView($rootDir . "framework/src/templates/error.phtml");
|
||||||
$view->set("title", "Installation Required");
|
$view->set("title", "Installation Required");
|
||||||
$view->set("message", "Please run lurana-installer to use the software. \n\nIf you've already run it, there might be an issue. \nPlease contact support.");
|
$view->set("message", "Please run lurana-installer to use the software. \n\nIf you've already run it, there might be an issue. \nPlease contact support.");
|
||||||
$view->set("exception", $e);
|
$view->set("exception", $e);
|
||||||
$response = new Response($view->getOutput(), 403);
|
$response = new Response($view->getOutput(), 403);
|
||||||
$response->send();
|
$response->send();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user