From bf867ff26c740fd91799a9c804813dd49871ac71 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Wed, 9 Jun 2021 15:43:46 +0200 Subject: [PATCH] App update diff --git a/web/Dockerfile b/web/Dockerfile index 952a479..2812c2b 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -25,7 +25,11 @@ RUN find /library -maxdepth 1 -mindepth 1 > /usr/local/lib/python2.7/dist-packag RUN chmod +x /library/WSQ/WSQ/NBIS/cwsq && \ chmod +x /library/WSQ/WSQ/NBIS/dwsq -RUN find /library -name 'doctester.py' -exec python {} \; +WORKDIR /library/NIST +RUN python doctester.py + +WORKDIR /library/MDmisc +RUN python doctester.py ################################################################################ # Copy the font to the system Submodule web/app 10551bc..6167343: > Patch the AFIS assignment ui --- web/app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app b/web/app index 10551bc..6167343 160000 --- a/web/app +++ b/web/app @@ -1 +1 @@ -Subproject commit 10551bc1dbdc095aa3b99921eced7cf9845d2835 +Subproject commit 6167343636bdbfbdf334acc6754e90ef7d6d9203 -- GitLab