|
|
@@ -154,9 +154,8 @@
|
|
|
let
|
|
|
dtdesignRepo = builtins.fetchGit {
|
|
|
url = "git@msdl.uantwerpen.be:lucasalbertins/DTDesign.git";
|
|
|
- # Which version of DTDesign repo to include...
|
|
|
- rev = "3b3476e75345838755103dc84798102bda3526fb";
|
|
|
- ref = "fm-cdf-demo";
|
|
|
+ rev = "7d30e3b9b5c6202c3fcbf225de3b32fc9b7ac831";
|
|
|
+ ref = "main";
|
|
|
shallow = true;
|
|
|
};
|
|
|
in pkgs.dockerTools.buildImage {
|
|
|
@@ -165,6 +164,7 @@
|
|
|
#!${pkgs.runtimeShell}
|
|
|
mkdir /tmp
|
|
|
cp -r ${dtdesignRepo}/examples/oml/SystemDesignOntology2Layers /projectdir
|
|
|
+ mkdir -p /projectdir/.fuseki/run
|
|
|
'';
|
|
|
config = {
|
|
|
Env = [ "PROJECTDIR=/projectdir" ]; # tell the script where the projectdir is at.
|
|
|
@@ -173,7 +173,7 @@
|
|
|
"5000/tcp" = {}; # python backend
|
|
|
"3030/tcp" = {}; # fuseki
|
|
|
"8700/tcp" = {}; # lightttp (serving drawio)
|
|
|
- "8081/tcp" = {}; # wee
|
|
|
+ "8081/tcp" = {}; # WEE
|
|
|
};
|
|
|
Volumes = {
|
|
|
"/projectdir" = {}; # path to persist as Docker 'Volume'
|