Add a Dockerfile for frontend test container; adapt code to simplify synchronization or Docker linkage
This commit is contained in:
parent
6c69867bcc
commit
bca09af2e0
15 changed files with 329 additions and 218 deletions
|
|
@ -51,7 +51,7 @@ if (isset($VAR['submission_dir']))
|
|||
$_GET["theme"] = $p[2];
|
||||
$_GET["exercice"] = $p[3];
|
||||
|
||||
require("../submission.php");
|
||||
require("../front/submission.php");
|
||||
}
|
||||
|
||||
// Fallback error
|
||||
|
|
|
|||
Reference in a new issue